username@email.com
2021-06-21 0f5218bb8ed4ad8fa9b8b2f089efd624dc6e9f07
zhengcaioa/IServices/IIntentionCustomerService.cs
@@ -13,6 +13,8 @@
        IntentionCustomerDTO Get(string id);
        IntentionCustomerDTO GetByName(string name);
        ResultDataEntity<IntentionCustomerDTO> SearchByPaging(IntentionCustomerDTOSearch searchEntity);
        ResultEntity ModifyStatus(string id, string userid);