From ab369ff5b0d64847f81b0a3da0cdb1481f71e19b Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 23 十一月 2022 08:45:47 +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