using System; using System.Collections.Generic; using System.Text; namespace DTO { public class HrSalaryDTO { public string Id { get; set; } public string Userid { get; set; } public int Year { get; set; } public int Month { get; set; } public string Usernumber { get; set; } public string UserName { get; set; } public string DeptName { get; set; } public decimal? Jibengongzi { get; set; } public decimal? Baomifei { get; set; } public decimal? Gongzuobutie { get; set; } public decimal? Jiabangongzi { get; set; } public decimal? Shebao { get; set; } public decimal? Dianhuabutie { get; set; } public decimal? Quanqinjiang { get; set; } public decimal? Jiaotngbutie { get; set; } public decimal? Jixiaoticheng { get; set; } public decimal? Jiangjin { get; set; } public decimal? Bufagongzi { get; set; } public decimal? Shebaokou { get; set; } public decimal? Geshui { get; set; } public decimal? Dianhuafei { get; set; } public decimal? Queqin { get; set; } public decimal? Fakuan { get; set; } public decimal? Peichang { get; set; } public decimal? Jiucuo { get; set; } public decimal? Daozhanggongzi { get; set; } public decimal? Yufagongzi { get; set; } public decimal? Yufagongziheji { get; set; } public string JibengongziName { get; set; } public string BaomifeiName { get; set; } public string GongzuobutieName { get; set; } public string JiabangongziName { get; set; } public string ShebaoName { get; set; } public string DianhuabutieName { get; set; } public string QuanqinjiangName { get; set; } public string JiaotngbutieName { get; set; } public string JixiaotichengName { get; set; } public string JiangjinName { get; set; } public string BufagongziName { get; set; } public string ShebaokouName { get; set; } public string GeshuiName { get; set; } public string DianhuafeiName { get; set; } public string QueqinName { get; set; } public string FakuanName { get; set; } public string PeichangName { get; set; } public string JiucuoName { get; set; } public string DaozhanggongziName { get; set; } public string YufagongziName { get; set; } public string YufagongzihejiName { get; set; } public string Islock { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } } public partial class HrSalaryDTOSearch : SearchEntity { public string YearMonth { get; set; } public string Usernumber { get; set; } public string DeptId { get; set; } public string UserName { get; set; } } }