移动系统liao
2024-12-26 b80a3aa37ac5bed12dd6c49e9e731d5f375f80d9
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);
    }
}