| | |
| | | /// 预发工资 |
| | | /// </summary> |
| | | public decimal? advancewages { get; set; } |
| | | public string advancewagesName { get; set; } |
| | | /// <summary> |
| | | /// 保底年薪 |
| | | /// </summary> |
| | | public decimal? miniyearsalary { get; set; } |
| | | public string miniyearsalaryName { get; set; } |
| | | /// <summary> |
| | | /// 工龄工资 |
| | | /// </summary> |
| | | public decimal? senioritywages { get; set; } |
| | | public string senioritywagesName { get; set; } |
| | | /// <summary> |
| | | /// 是否交通补贴 |
| | | /// </summary> |
| | | public string Istravelsubsidy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否交通补贴 |
| | | /// </summary> |
| | | public string IstravelsubsidyName { get; set; } |
| | | |
| | | public string Beizhu { get; set; } |
| | | |
| | | |
| | | public decimal? baomisalary { get; set; } |
| | | public string baomisalaryName { get; set; } |
| | | public decimal? jibensalary { get; set; } |
| | | public string jibensalaryName { get; set; } |
| | | public decimal? jintiesalary { get; set; } |
| | | public string jintiesalaryName { get; set; } |
| | | |
| | | public decimal? geshuiqizheng { get; set; } |
| | | public string geshuiqizhengName { get; set; } |
| | | |
| | | |
| | | public string[] JiatingchengyuanId { get; set; } |
| | |
| | | public string UserSn { get; set; } |
| | | |
| | | public string Zhiwustatus { get; set; } |
| | | |
| | | public string Usernumber { get; set; } |
| | | } |
| | | } |