From b01c0f7fcca5c068cf2c15104d170a4420435643 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 10 八月 2022 16:49:31 +0800
Subject: [PATCH] 权限

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

diff --git a/zhengcaioa/DTO/ProjectDTO.cs b/zhengcaioa/DTO/ProjectDTO.cs
index a35fe7d..3b7862b 100644
--- a/zhengcaioa/DTO/ProjectDTO.cs
+++ b/zhengcaioa/DTO/ProjectDTO.cs
@@ -13,6 +13,9 @@
         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; }
@@ -57,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; }

--
Gitblit v1.9.1