123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace OASystem.Domain.Entities.PersonnelModule
- {
-
-
-
-
- [SugarTable("Pm_WageSheet")]
- public class Pm_WageSheet:EntityBase
- {
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
- public int UserId { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
- public string? YearMonth { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
- public string? StartDate { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(50)")]
- public string? EndDate { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
- public int WorkDays { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
- public int RegularDays { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal Basic { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal PostAllowance { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal Floats { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal InformationSecurityFee { get; set; }
-
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal OtherHandle { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal GarmentWashSubsidies { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal CommunicationSubsidies { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal TrafficSubsidies { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal OperationBonus { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal SpecialAllowance { get; set; } = 0.00M;
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal OtherSubsidies { get; set; }
-
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal Mealsupplement { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal WithholdingInsurance { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal ReservedFunds { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal GroupCost { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal SickLeave { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal SomethingFalse { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal LateTo { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal LeaveEarly { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal Absenteeism { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal NotPunch { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal OtherDeductions { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "varchar(500)")]
- public string? Ex_ItemsRemark { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal Should { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal TotalDeductions { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal TotalRealHair { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal WithholdingTax { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
- public decimal AfterTax { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
- public decimal IsLock { get; set; } = 0;
-
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
- public int IsSure { get; set; } = 0;
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "int")]
- public int LastUpdateUserId { get; set; }
-
-
-
- [SugarColumn(IsNullable = true, ColumnDataType = "datetime")]
- public DateTime LastUpdateDt { get; set; } = DateTime.Now;
- }
- }
|