From ef80d35cdbabf2ac5fd83f84714b4254e6444fef Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 28 九月 2021 14:22:27 +0800
Subject: [PATCH] 通讯录,账号密码

---
 zhengcaioa/DTO/ProjectDTO.cs |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs
index 7116042..a35fe7d 100644
--- a/zhengcaioa/DTO/ProjectDTO.cs
+++ b/zhengcaioa/DTO/ProjectDTO.cs
@@ -14,6 +14,7 @@
         public string City { get; set; }
         public string AreaId { get; set; }
         public string Cgfs { get; set; }
+        public string CgfsName { get; set; }
         public string Number { get; set; }
         public string Name { get; set; }
         public string Drhx { get; set; }
@@ -89,6 +90,11 @@
         public string StartTimestar { get; set; }
 
         public string StartTimeend { get; set; }
+
+        public string KaibiaoTimeStar { get; set; }
+
+        public string KaibiaoTimeEnd { get; set; }
+
         public string Sheng { get; set; }
         public string City { get; set; }
         public string AreaId { get; set; }
@@ -128,7 +134,7 @@
 
         public string Baojiachaxiaoyu { get; set; }
 
-      
+        public string Chuanbiaofenxi { get; set; }
 
     }
 }

--
Gitblit v1.9.1