IDP质量设计图纸管理

This commit is contained in:
2025-07-17 14:22:38 +08:00
parent c763312888
commit 9fd7ab5407
21 changed files with 2457 additions and 51 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ namespace BLL
string data = string.Empty;
string rows = string.Empty;
List<Model.PMP_Project> list = new List<PMP_Project>();
List<PMP_Project> list = new List<PMP_Project>();
int pageSize = 1000;//一次性最多返回1000条数据
List<PMPSearchCondData> searchCond = new List<PMPSearchCondData>();