liaoxujun@qq.com
2023-09-20 2d04b2f19d201ff10ed76c1773235488e9ab7628
DocumentServiceAPI.Application/ProjectInfo/Services/Interfaces/ISheZhiService.cs
@@ -44,5 +44,20 @@
        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);
    }
}