| | |
| | | |
| | | |
| | | public PageResult<Document_PerformanceInfo> GetDocumentPerformanceInfoListByPaper(DocumentProjectInfoPageSearch page); |
| | | |
| | | public PageResult<DocumentProjectInfoDTO> postGetFinancialList(DocumentProjectInfoPageSearch page); |
| | | |
| | | |
| | | |
| | | public PageResult<Document_LayInfo> postDocumentLayInfoList(DocumentProjectInfoPageSearch page); |
| | | |
| | | public bool GetDelDocumentLayInfo(int ID); |
| | | |
| | | public bool SaveDocumentLayInfo(Document_LayInfo dp); |
| | | |
| | | public Document_LayInfo GetDocumentLayInfo(int ID); |
| | | |
| | | public Document_LayInfo GetDocumentLayInfoByName(string LayName); |
| | | |
| | | } |
| | | } |