From 072169e3c5446f94e2cf4e570e5c7952bb5b15b9 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 27 七月 2021 14:47:44 +0800
Subject: [PATCH] 今日开发     考勤规则里增加  公司安排加班                  调整请假时间计算                  加班日考勤计算

---
 zhengcaioa/DTO/ProjectDTO.cs |   38 +++++++++++++++++++++++++++++++++++---
 1 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs
index e8e20b9..e0262f0 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,15 +51,20 @@
         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; }
         public string Fbyy { get; set; }
 
         public string Caigourenname { get; set; }
+
+        public string Caigourennamecunzai { get; set; }
         public string Caigourenaddress { get; set; }
         public string Caigourencontact { get; set; }
         public string Dailiname { get; set; }
+        public string Dailinamecunzai { get; set; }
         public string Dailiaddress { get; set; }
         public string Dailicontact { get; set; }
 
@@ -63,9 +72,12 @@
 
         public List<Projectyouxiao> Projectyouxiaos { get; set; }
 
-        public List<Projectzhongbiao> Projectzhongbiaos { get; set; }
+        public List<ProjectzhongbiaoDTO> Projectzhongbiaos { get; set; }
 
         public string[] ZhuanjiaList { get; set; }
+
+        public decimal? Fencha { get; set; }
+        public int? Shuliang { get; set; }
     }
 
     public class ProjectDTOSearch : SearchEntity
@@ -90,7 +102,27 @@
         public string Creater { get; set; }
 
         public string Names { get; set; }
-        
+
+        public string NamesToubiao { get; set; }
+
+
+        public string fblx { get; set; }
+
+        public string  Reasonname { get; set; }
+
+        public string ShiFouyReasonname { get; set; }
+
+        public string Fencha { get; set; }
+
+        public string Caigourenname { get; set; }
+
+        public string Dailiname { get; set; }
+
+        public string Shuliang { get; set; }
+
+        public string Fenchadayu { get; set; }
+
+        public string Baojiachaxiaoyu { get; set; }
 
     }
 }

--
Gitblit v1.9.1