From 5421f9a6e5e2b28cc32aa8aa6dec9becd0c1eb3c Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 04 一月 2023 10:19:57 +0800
Subject: [PATCH] 业务经理意向和合作客户只能1000,90天意向不转合作就制空业务经理,查询没有业务经理的档案客户和合作客户

---
 zhengcaioa/DTO/OrderBanciDTO.cs |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/DTO/OrderBanciDTO.cs b/zhengcaioa/DTO/OrderBanciDTO.cs
index e009079..7f5a364 100644
--- a/zhengcaioa/DTO/OrderBanciDTO.cs
+++ b/zhengcaioa/DTO/OrderBanciDTO.cs
@@ -22,7 +22,29 @@
         public string Mingcheng { get; set; }
 
         public int? Renshu { get; set; }
-        
+
+        public string Shangxiawu { get; set; }
+        public string ShangxiawuName { get; set; }
+
+        public decimal? Jiage { get; set; }
+        public decimal? Jifen { get; set; }
+        public string JiageName { get; set; }
+        public string JifenName { get; set; }
+
+        public string Shixiamg { get; set; }
+        public string Zhujiangren { get; set; }
+
+        public int? Sort { get; set; }
+
+        public string Shijiandtl { get; set; }
+        public string img_url { get; set; }//鍥剧墖
+        public decimal? point { get; set; }//绉垎
+        public decimal? sell_price { get; set; } //鍞环
+        public string title { get; set; } //浜у搧鍚嶇О
+        public string type { get; set; }
+
+        public string id { get; set; }
+
     }
 
     public class OrderBanciDTOSearch : SearchEntity

--
Gitblit v1.9.1