| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码已从模板生成。
- //
- // 手动更改此文件可能导致应用程序出现意外的行为。
- // 如果重新生成代码,将覆盖对此文件的手动更改。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace travelExport
- {
- using System;
- using System.Collections.Generic;
-
- public partial class Pm_WageSheet
- {
- public int Id { get; set; }
- public Nullable<int> UserId { get; set; }
- public string YearMonth { get; set; }
- public string StartDate { get; set; }
- public string EndDate { get; set; }
- public Nullable<int> WorkDays { get; set; }
- public Nullable<int> RegularDays { get; set; }
- public Nullable<decimal> Basic { get; set; }
- public Nullable<decimal> Floats { get; set; }
- public Nullable<decimal> PostAllowance { get; set; }
- public Nullable<decimal> GarmentWashSubsidies { get; set; }
- public Nullable<decimal> CommunicationSubsidies { get; set; }
- public Nullable<decimal> TrafficSubsidies { get; set; }
- public Nullable<decimal> InformationSecurityFee { get; set; }
- public Nullable<decimal> OtherHandle { get; set; }
- public Nullable<decimal> OperationBonus { get; set; }
- public Nullable<decimal> SpecialAllowance { get; set; }
- public Nullable<decimal> OtherSubsidies { get; set; }
- public Nullable<decimal> WithholdingInsurance { get; set; }
- public Nullable<decimal> Mealsupplement { get; set; }
- public Nullable<decimal> ReservedFunds { get; set; }
- public Nullable<decimal> GroupCost { get; set; }
- public Nullable<decimal> WithholdingTax { get; set; }
- public Nullable<decimal> SickLeave { get; set; }
- public Nullable<decimal> SomethingFalse { get; set; }
- public Nullable<decimal> LateTo { get; set; }
- public Nullable<decimal> LeaveEarly { get; set; }
- public Nullable<decimal> Absenteeism { get; set; }
- public Nullable<decimal> NotPunch { get; set; }
- public Nullable<decimal> OtherDeductions { get; set; }
- public string Ex_ItemsRemark { get; set; }
- public Nullable<decimal> Should { get; set; }
- public Nullable<decimal> TotalDeductions { get; set; }
- public Nullable<decimal> TotalRealHair { get; set; }
- public Nullable<decimal> AfterTax { get; set; }
- public Nullable<int> IsLock { get; set; }
- public Nullable<int> IsSure { get; set; }
- public Nullable<int> LastUpdateUserId { get; set; }
- public Nullable<System.DateTime> LastUpdateDt { get; set; }
- public Nullable<int> CreateUserId { get; set; }
- public Nullable<System.DateTime> CreateTime { get; set; }
- public Nullable<int> DeleteUserId { get; set; }
- public string DeleteTime { get; set; }
- public string Remark { get; set; }
- public Nullable<int> IsDel { get; set; }
- }
- }
|