username@email.com
2024-01-12 0e5c4a8e17dcefcc10b2507da61b099be12451d8
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);
@@ -57,6 +59,8 @@
        ResultEntity saveZhengfuProjectDTO(ZhengfuProjectDTO dto);
        ResultEntity GetZhengfuProjectDTOByPageurl(string Pageurl,string id);
        ResultEntity GetZhengfuProjectDTOByPageurl(string Pageurl,string Id);
        ResultEntity GetZhengfuProjectDTOByTitle(string Title, string Id,DateTime? NoticeTime);
        ResultEntity saveProjectfasongxiaoxi(Projectfasongxiaoxi project);
    }
}