From 941b2450b4a1a1c9f0fc7af6a7c4d856f0d765f6 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期二, 06 八月 2024 08:58:37 +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