username@email.com
2022-12-26 ce50650dbd08bddfa53ef8ab592a477761633e3d
zhengcaioa/IServices/IProjectService.cs
@@ -1,4 +1,5 @@
using DTO;
using DTO.WebCrawler;
using Microsoft.AspNetCore.Mvc.Rendering;
using System;
using System.Collections.Generic;
@@ -39,7 +40,7 @@
        List<ProjectDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax);
        List<ZhengfuProjectDTO> GetcaigougonggaoListsalary(string userid, DateTime datemin, DateTime datemax);
        ResultEntity saveZxdsfxl(ZxdsfxlDTO zxdsfxl);
@@ -49,5 +50,13 @@
        ResultEntity savetousu(string tousustatus, DateTime? tousushijian, string tousuchengli, string projiectid, string mingxiid, string type);
        ResultDataEntity<ZhengfuProjectDTO> SearchByPagingCaigougonggao(ZhengfuProjectDTOSearch searchEntity);
        ZhengfuProjectDTO GetZhengfuProjectDTO(string id);
        ResultEntity saveZhengfuProjectDTO(ZhengfuProjectDTO dto);
        ResultEntity GetZhengfuProjectDTOByPageurl(string Pageurl,string id);
    }
}