username@email.com
2024-08-06 941b2450b4a1a1c9f0fc7af6a7c4d856f0d765f6
zhengcaioa/IServices/IUserService.cs
@@ -26,5 +26,15 @@
        List<PltUserDTO> GetList(string DeptId = null ,string IsYwjl = null);
        List<PltUserDTO> GetListjisuankaoqin(DateTime dateminkaoqin, DateTime datemaxkaoqin);
        ResultEntity savePltUserFenpeiDate(DateTime? FenpeiDate, string userId);
        ResultEntity saveCustomerYwjl(CustomerYwjl DTO);
        List<CustomerYwjl> GetListCustomerYwjl(string CustomerId);
    }
}