From 533f1bb4c63b45f06f977c860481db02a49dbd01 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 02 八月 2021 15:36:59 +0800
Subject: [PATCH] 今日开发  开发和会员系统接口:订单业务类型列表接口、根据会员id和时间段查询已经付款的订单

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

diff --git a/zhengcaioa/Model/Project.cs b/zhengcaioa/Model/Project.cs
index b888998..aff3e13 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,9 @@
         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; }
     }
 }

--
Gitblit v1.9.1