From 93be07bd52b4781027df08420ed5cfe712dda6e6 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 08 十二月 2022 09:30:38 +0800 Subject: [PATCH] 提交 --- zhengcaioa/DTO/IntentionCustomerDTO.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/IntentionCustomerDTO.cs b/zhengcaioa/DTO/IntentionCustomerDTO.cs index 062b1b8..40c2464 100644 --- a/zhengcaioa/DTO/IntentionCustomerDTO.cs +++ b/zhengcaioa/DTO/IntentionCustomerDTO.cs @@ -60,6 +60,8 @@ public string Weixin { get; set; } public string Shifoutianjiaweixin { get; set; } + public string Weixiner { get; set; } + public DateTime? Weixintime { get; set; } } public class IntentionCustomerDTOSearch : SearchEntity @@ -86,5 +88,7 @@ public string Shifouweixin { get; set; } + public string ShifouDianhua { get; set; } + } } -- Gitblit v1.9.1