From 688b1ea208da068bfd5911eacc4d2be023219a7c Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 24 二月 2023 13:51:21 +0800 Subject: [PATCH] 1、APP和短信同时推送,没有加APP的只推短信。 2、有归属的客户就留客户经理的电话,没有归属的客户留公司400电话。 --- zhengcaioa/DTO/IntentionCustomerDTO.cs | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/DTO/IntentionCustomerDTO.cs b/zhengcaioa/DTO/IntentionCustomerDTO.cs index 6a6ee36..ea08ac2 100644 --- a/zhengcaioa/DTO/IntentionCustomerDTO.cs +++ b/zhengcaioa/DTO/IntentionCustomerDTO.cs @@ -50,6 +50,27 @@ public string CityName { get; set; } public string AreaIdName { get; set; } public string YwjlName { get; set; } + public DateTime? Yixiangtime { get; set; } + public string YixiangtimeName { get; set; } + public string Yixiang { get; set; } + public string Dianxiaozhuanyuan { get; set; } + public string DianxiaozhuanyuanName { get; set; } + public DateTime? Zuijinzhuizongtime { get; set; } + public string ZuijinzhuizongtimeName { get; set; } + + public string Weixin { get; set; } + public string Shifoutianjiaweixin { get; set; } + public string Weixiner { get; set; } + public DateTime? Weixintime { get; set; } + public string HuiyuanId { get; set; } + public string Customertype { get; set; } + + public int? Visittimes { get; set; } + public string Viscustomer { get; set; } + + public DateTime? Ywjltime { get; set; } + + public int Guanliankehushu { get; set; } } public class IntentionCustomerDTOSearch : SearchEntity @@ -67,5 +88,19 @@ public string Creater { get; set; } + + public string Yixiangtime { get; set; } + public string Dianxiaozhuanyuan { get; set; } + public string Yixiang { get; set; } + + public string YwjlYx { get; set; } + + public string Shifouweixin { get; set; } + + public string ShifouDianhua { get; set; } + + public string Customertype { get; set; } + + public string Visittimes { get; set; } } } -- Gitblit v1.9.1