username@email.com
2022-07-25 6c0b60ad8577af7a2ea98fbf446e3cb83e79c776
zhengcaioa/IServices/IProjectService.cs
@@ -36,5 +36,14 @@
        List<ProjectDTO> GetList();
        List<ProjectDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
        ResultEntity saveZxdsfxl(ZxdsfxlDTO zxdsfxl);
        List<ZxdsfxlDTO> GetListZxdsfxl(string userid, DateTime datemin, DateTime datemax,string leixing);
    }
}