From 6e2b929cf381e2320ba6e7dec56c0371124d2b51 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期六, 27 八月 2022 15:03:00 +0800
Subject: [PATCH] 提交

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

diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs
index e0262f0..3b7862b 100644
--- a/zhengcaioa/DTO/ProjectDTO.cs
+++ b/zhengcaioa/DTO/ProjectDTO.cs
@@ -13,7 +13,11 @@
         public string Sheng { get; set; }
         public string City { get; set; }
         public string AreaId { get; set; }
+        public string ShengName { get; set; }
+        public string CityName { get; set; }
+        public string AreaIdName { 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; }
@@ -56,6 +60,7 @@
         public string NamesZhongbiao { get; set; }
 
         public string Fblx { get; set; }
+        public string FblxName { get; set; }
         public string Fbyy { get; set; }
 
         public string Caigourenname { get; set; }
@@ -78,6 +83,10 @@
 
         public decimal? Fencha { get; set; }
         public int? Shuliang { get; set; }
+
+        public decimal? Caigouyusuan { get; set; }
+
+        public string CaigouyusuanName { get; set; }
     }
 
     public class ProjectDTOSearch : SearchEntity
@@ -85,6 +94,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; }
@@ -124,5 +138,7 @@
 
         public string Baojiachaxiaoyu { get; set; }
 
+        public string Chuanbiaofenxi { get; set; }
+
     }
 }

--
Gitblit v1.9.1