username@email.com
2022-07-26 1599039b5665dda2a480d5a62976d6d752ec63e0
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);
    }
}