20250908 焊接统计分析表
This commit is contained in:
@@ -39,6 +39,7 @@ namespace BLL
|
||||
WorkAreaCode = WorkArea.WorkAreaCode,
|
||||
WorkAreaName = WorkArea.WorkAreaName,
|
||||
Remark = WorkArea.Remark,
|
||||
CompletionDate=WorkArea.CompletionDate,
|
||||
};
|
||||
|
||||
db.ProjectData_WorkArea.InsertOnSubmit(newWorkArea);
|
||||
@@ -61,6 +62,7 @@ namespace BLL
|
||||
newWorkArea.WorkAreaName = WorkArea.WorkAreaName;
|
||||
newWorkArea.InstallationId = WorkArea.InstallationId;
|
||||
newWorkArea.SupervisorUnitId = WorkArea.SupervisorUnitId;
|
||||
newWorkArea.CompletionDate = WorkArea.CompletionDate;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user