From d66cbfe2dec69d08f9905b320851eb11d09567bc Mon Sep 17 00:00:00 2001
From: PC-201906131823\Administrator <zyyao>
Date: 星期三, 10 十一月 2021 16:14:55 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/Model/Project.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/Model/Project.cs b/zhengcaioa/Model/Project.cs
index b888998..83d6377 100644
--- a/zhengcaioa/Model/Project.cs
+++ b/zhengcaioa/Model/Project.cs
@@ -17,10 +17,8 @@
         public string Name { get; set; }
         public string Drhx { get; set; }
         public string DrhxPrice { get; set; }
-        public decimal? DrhxDefen { get; set; }
         public string Dshx { get; set; }
         public string DshxPrice { get; set; }
-        public decimal? DshxDefen { get; set; }
         public string Zhuanjia { get; set; }
         public string Remark { get; set; }
         public string RecStatus { get; set; }
@@ -41,5 +39,10 @@
         public string Dailiname { get; set; }
         public string Dailiaddress { get; set; }
         public string Dailicontact { get; set; }
+        public decimal? DrhxDefen { get; set; }
+        public decimal? DshxDefen { get; set; }
+        public decimal? Fencha { get; set; }
+        public int? Shuliang { get; set; }
+        public decimal? Caigouyusuan { get; set; }
     }
 }

--
Gitblit v1.9.1