username@email.com
2021-06-28 6ee35d97c90d5aa8860b9c9d6df22f76315515f1
zhengcaioa/IServices/IHrSalaryService.cs
@@ -18,6 +18,9 @@
        List<HrSalaryDTO> GetList();
        HrSalaryDTO GetListByUser(string Userid,int year,int month);
        List<HrSalaryDTO> GetSalary(string userid, int year, int month);
        ResultEntity CheckOk(string id, string user);