From 45c0e976bd0864dbf103717b45d68a6e0419f456 Mon Sep 17 00:00:00 2001
From: LR-20210131IOQH\Administrator <jackcold@163.com>
Date: 星期日, 27 六月 2021 13:09:34 +0800
Subject: [PATCH] 工资核对状态逻辑修改,3天自动确认;物品添加默认启用;
---
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