From 8de9a465342385e0ebee7dc430abadd69a2b67dd Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 28 六月 2021 12:42:46 +0800
Subject: [PATCH] 工资修改

---
 zhengcaioa/DTO/ProjectDTO.cs |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs
index ca5a709..b2bec69 100644
--- a/zhengcaioa/DTO/ProjectDTO.cs
+++ b/zhengcaioa/DTO/ProjectDTO.cs
@@ -19,6 +19,10 @@
         public string Drhx { get; set; }
         public string Drcunzai { get; set; }
         public string DrhxPrice { get; set; }
+        public decimal? DrhxDefen { get; set; }
+        public string DrhxDefenName { get; set; }
+        public decimal? DshxDefen { get; set; }
+        public string DshxDefenName { get; set; }
         public string Dshx { get; set; }
         public string Dscunzai { get; set; }
         public string DshxPrice { get; set; }
@@ -47,7 +51,8 @@
         public string[] ZhongbiaoId { get; set; }
         public string[] Names { get; set; }
         public string[] Price { get; set; }
-
+        public decimal?[] Defen { get; set; }
+        
         public string NamesZhongbiao { get; set; }
 
         public string Fblx { get; set; }
@@ -64,7 +69,7 @@
 
         public List<Projectyouxiao> Projectyouxiaos { get; set; }
 
-        public List<Projectzhongbiao> Projectzhongbiaos { get; set; }
+        public List<ProjectzhongbiaoDTO> Projectzhongbiaos { get; set; }
 
         public string[] ZhuanjiaList { get; set; }
     }
@@ -101,5 +106,7 @@
 
         public string ShiFouyReasonname { get; set; }
 
+        public string Fencha { get; set; }
+
     }
 }

--
Gitblit v1.9.1