| | |
| | | using DTO; |
| | | using DTO.WebCrawler; |
| | | using Microsoft.AspNetCore.Mvc.Rendering; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | |
| | | List<ProjectDTO> GetListsalary(string userid, DateTime datemin, DateTime datemax); |
| | | |
| | | |
| | | List<ZhengfuProjectDTO> GetcaigougonggaoListsalary(string userid, DateTime datemin, DateTime datemax); |
| | | |
| | | ResultEntity saveZxdsfxl(ZxdsfxlDTO zxdsfxl); |
| | | |
| | |
| | | |
| | | 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); |
| | | ResultEntity GetZhengfuProjectDTOByTitle(string Title, string Id,DateTime? NoticeTime); |
| | | ResultEntity saveProjectfasongxiaoxi(Projectfasongxiaoxi project); |
| | | } |
| | | } |