From 83280d90d12545d36a301c437c7d9095f190aac3 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 21 六月 2021 08:54:16 +0800 Subject: [PATCH] 算工资 --- zhengcaioa/DTO/PltUserDTO.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/PltUserDTO.cs b/zhengcaioa/DTO/PltUserDTO.cs index c4593d0..55fd534 100644 --- a/zhengcaioa/DTO/PltUserDTO.cs +++ b/zhengcaioa/DTO/PltUserDTO.cs @@ -99,19 +99,39 @@ /// 棰勫彂宸ヨ祫 /// </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; } @@ -149,5 +169,7 @@ public string UserSn { get; set; } public string Zhiwustatus { get; set; } + + public string Usernumber { get; set; } } } -- Gitblit v1.9.1