username@email.com
2025-04-18 0fbf7c551ba932e7c8bfdb1086bd4ef7acc90a9c
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);
    }
}