Pm_WageSheet.cs 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码已从模板生成。
  4. //
  5. // 手动更改此文件可能导致应用程序出现意外的行为。
  6. // 如果重新生成代码,将覆盖对此文件的手动更改。
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace travelExport
  10. {
  11. using System;
  12. using System.Collections.Generic;
  13. public partial class Pm_WageSheet
  14. {
  15. public int Id { get; set; }
  16. public Nullable<int> UserId { get; set; }
  17. public string YearMonth { get; set; }
  18. public string StartDate { get; set; }
  19. public string EndDate { get; set; }
  20. public Nullable<int> WorkDays { get; set; }
  21. public Nullable<int> RegularDays { get; set; }
  22. public Nullable<decimal> Basic { get; set; }
  23. public Nullable<decimal> Floats { get; set; }
  24. public Nullable<decimal> PostAllowance { get; set; }
  25. public Nullable<decimal> GarmentWashSubsidies { get; set; }
  26. public Nullable<decimal> CommunicationSubsidies { get; set; }
  27. public Nullable<decimal> TrafficSubsidies { get; set; }
  28. public Nullable<decimal> InformationSecurityFee { get; set; }
  29. public Nullable<decimal> OtherHandle { get; set; }
  30. public Nullable<decimal> OperationBonus { get; set; }
  31. public Nullable<decimal> SpecialAllowance { get; set; }
  32. public Nullable<decimal> OtherSubsidies { get; set; }
  33. public Nullable<decimal> WithholdingInsurance { get; set; }
  34. public Nullable<decimal> Mealsupplement { get; set; }
  35. public Nullable<decimal> ReservedFunds { get; set; }
  36. public Nullable<decimal> GroupCost { get; set; }
  37. public Nullable<decimal> WithholdingTax { get; set; }
  38. public Nullable<decimal> SickLeave { get; set; }
  39. public Nullable<decimal> SomethingFalse { get; set; }
  40. public Nullable<decimal> LateTo { get; set; }
  41. public Nullable<decimal> LeaveEarly { get; set; }
  42. public Nullable<decimal> Absenteeism { get; set; }
  43. public Nullable<decimal> NotPunch { get; set; }
  44. public Nullable<decimal> OtherDeductions { get; set; }
  45. public string Ex_ItemsRemark { get; set; }
  46. public Nullable<decimal> Should { get; set; }
  47. public Nullable<decimal> TotalDeductions { get; set; }
  48. public Nullable<decimal> TotalRealHair { get; set; }
  49. public Nullable<decimal> AfterTax { get; set; }
  50. public Nullable<int> IsLock { get; set; }
  51. public Nullable<int> IsSure { get; set; }
  52. public Nullable<int> LastUpdateUserId { get; set; }
  53. public Nullable<System.DateTime> LastUpdateDt { get; set; }
  54. public Nullable<int> CreateUserId { get; set; }
  55. public Nullable<System.DateTime> CreateTime { get; set; }
  56. public Nullable<int> DeleteUserId { get; set; }
  57. public string DeleteTime { get; set; }
  58. public string Remark { get; set; }
  59. public Nullable<int> IsDel { get; set; }
  60. }
  61. }