| | |
| | | { |
| | | return _sheZhiService.GetDocumentPerformanceInfoListByPaper(page); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获取财务信息postGetFinancialList |
| | | /// </summary> |
| | | /// <param name="page"></param> |
| | | /// <returns></returns> |
| | | public PageResult<DocumentProjectInfoDTO> postGetFinancialList(DocumentProjectInfoPageSearch page) |
| | | { |
| | | return _sheZhiService.postGetFinancialList(page); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | // <summary> |
| | | /// 获取法律列表postDocumentLayInfoList |
| | | /// </summary> |
| | | /// <param name="page"></param> |
| | | /// <returns></returns> |
| | | public PageResult<Document_LayInfo> postDocumentLayInfoList(DocumentProjectInfoPageSearch page) |
| | | { |
| | | return _sheZhiService.postDocumentLayInfoList(page); |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 删除法律GetDelDocumentLayInfo |
| | | /// </summary> |
| | | /// <param name="ID"></param> |
| | | /// <returns></returns> |
| | | public bool GetDelDocumentLayInfo(int ID) |
| | | { |
| | | return _sheZhiService.GetDelDocumentLayInfo(ID); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 修改法律SaveDocumentLayInfo |
| | | /// </summary> |
| | | /// <param name="dp"></param> |
| | | /// <returns></returns> |
| | | public bool SaveDocumentLayInfo(Document_LayInfo dp) |
| | | { |
| | | return _sheZhiService.SaveDocumentLayInfo(dp); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取法律GetDocumentLayInfo |
| | | /// <param name="ID"></param> |
| | | /// </summary> |
| | | public Document_LayInfo GetDocumentLayInfo(int ID) |
| | | { |
| | | return _sheZhiService.GetDocumentLayInfo(ID); |
| | | } |
| | | /// <summary> |
| | | /// 获取法律GetDocumentLayInfoByName |
| | | /// <param name="LayName"></param> |
| | | /// </summary> |
| | | public Document_LayInfo GetDocumentLayInfoByName(string LayName) |
| | | { |
| | | return _sheZhiService.GetDocumentLayInfoByName(LayName); |
| | | } |
| | | } |
| | | |
| | | } |