username@email.com
2023-03-29 eacd4c4f0581f1c4b55f7f0c7f1092b3f965a6f8
zhengcaioa/IServices/IProjectService.cs
@@ -40,6 +40,8 @@
        List<ProjectDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
        List<ZhengfuProjectDTO> GetListsalaryzhengfu(string userid, DateTime datemin, DateTime datemax);
        List<ZhengfuProjectDTO> GetcaigougonggaoListsalary(string userid, DateTime datemin, DateTime datemax);
        ResultEntity saveZxdsfxl(ZxdsfxlDTO zxdsfxl);
@@ -59,5 +61,6 @@
        ResultEntity GetZhengfuProjectDTOByPageurl(string Pageurl,string Id);
        ResultEntity GetZhengfuProjectDTOByTitle(string Title, string Id,DateTime? NoticeTime);
        ResultEntity saveProjectfasongxiaoxi(Projectfasongxiaoxi project);
    }
}