username@email.com
2024-07-08 c6c6761506785691ef44e7e232c45e1b4b16f7fa
zhengcaioa/DTO/IntentionCustomerDTO.cs
@@ -67,6 +67,12 @@
        public int? Visittimes { get; set; }
        public string Viscustomer { get; set; }
        public DateTime? Ywjltime { get; set; }
        public int Guanliankehushu { get; set; }
        public string Kuaidistatus { get; set; }
        public DateTime? Kuaiditime { get; set; }
    }
    public class IntentionCustomerDTOSearch : SearchEntity
@@ -98,5 +104,6 @@
        public string Customertype { get; set; }
        public string Visittimes { get; set; }
        public string Kuaidistatus { get; set; }
    }
}