From 558dae4a18d393ac38daa43a354e8bc9a22e4e26 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 02 十一月 2023 16:52:59 +0800
Subject: [PATCH] 班次安排座位

---
 zhengcaioa/Model/IntentionCustomer.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/zhengcaioa/Model/IntentionCustomer.cs b/zhengcaioa/Model/IntentionCustomer.cs
index 783869e..6d1d004 100644
--- a/zhengcaioa/Model/IntentionCustomer.cs
+++ b/zhengcaioa/Model/IntentionCustomer.cs
@@ -49,5 +49,10 @@
         public string Shifoutianjiaweixin { get; set; }
         public string Weixiner { get; set; }
         public DateTime? Weixintime { get; set; }
+        public string HuiyuanId { get; set; }
+
+        public DateTime? Ywjltime { get; set; }
+        public string Kuaidistatus { get; set; }
+        public DateTime? Kuaiditime { get; set; }
     }
 }

--
Gitblit v1.9.1