username@email.com
2022-06-28 727a27340fc49d41bf9f7efd81a9a44ade7a9677
zhengcaioa/DTO/CooperatecustomCustomerDTO.cs
@@ -57,6 +57,18 @@
        public string Weixin { get; set; }
        public string Shifoutianjiaweixin { get; set; }
        public string HuiyuanId { get; set; }
        public string Weixiner { get; set; }
        public DateTime? Weixintime { get; set; }
        public decimal? Yufukuan { get; set; }
        public string YufukuanName { get; set; }
        public decimal? Shouxinedu { get; set; }
        public string ShouxineduName { get; set; }
        public decimal? Shenyushouxin { get; set; }
        public string ShenyushouxinName { get; set; }
        public decimal? Moneycountde { get; set; }
        public int? Taocanjianshu { get; set; }
    }
    public class CooperatecustomCustomerDTOSearch : SearchEntity
@@ -73,7 +85,7 @@
        public string Createtime { get; set; }
        public string Shifouweixin { get; set; }
        public string HuiyuanId { get; set; }
    }
}