username@email.com
2021-06-27 7ed6bb82f1e4f7bad2252f6b968ec45adf860efc
zhengcaioa/IServices/ICooperatecustomCustomerService.cs
@@ -17,10 +17,12 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<CooperatecustomCustomerDTO> GetList();
        List<CooperatecustomCustomerDTO> GetList(string HuiyuanId = "",string Name="");
        List<CooperatecustomCustomerDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
        List<CooperatecustomCustomerDTO> GetListsalaryqiandan(string userid, DateTime datemin, DateTime datemax);
        List<CooperatecustomCustomerDTO> GetListsalaryweixin(string userid, DateTime datemin, DateTime datemax);
    }
}