liaoxujun@qq.com
2023-09-07 00501bf99a6eeb26b79bbe2c83de84edff7e8f65
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);
    }
}