20240430 质量综合管理导入导出

This commit is contained in:
2024-04-30 23:33:49 +08:00
parent 475d273bc5
commit 5a47e8145b
106 changed files with 2666 additions and 498 deletions
@@ -143,6 +143,7 @@ namespace BLL
newGeneralPlanApproval.ImplementationDeviation = generalPlanApproval.ImplementationDeviation;
newGeneralPlanApproval.AttachUrl = generalPlanApproval.AttachUrl;
newGeneralPlanApproval.UnitWorkId = generalPlanApproval.UnitWorkId;
newGeneralPlanApproval.RemarkCode = generalPlanApproval.RemarkCode;
db.SubmitChanges();
}
}