20240423 综合管理导入

This commit is contained in:
2024-04-23 16:41:21 +08:00
parent 5d9374cdd7
commit 22e86caec3
47 changed files with 4187 additions and 1269 deletions
@@ -117,6 +117,7 @@ namespace BLL
newGeneralPlanApproval.CompileMan = generalPlanApproval.CompileMan;
newGeneralPlanApproval.CompileDate = generalPlanApproval.CompileDate;
newGeneralPlanApproval.UnitWorkId = generalPlanApproval.UnitWorkId;
newGeneralPlanApproval.RemarkCode = generalPlanApproval.RemarkCode;
db.Comprehensive_GeneralPlanApproval.InsertOnSubmit(newGeneralPlanApproval);
db.SubmitChanges();
}