20230904 wbs维度数据仓库实现
This commit is contained in:
@@ -49,6 +49,7 @@ namespace BLL
|
||||
newControlItemAndCycle.ControlItemAndCycleId = ControlItemAndCycle.ControlItemAndCycleId;
|
||||
newControlItemAndCycle.ControlItemAndCycleCode = ControlItemAndCycle.ControlItemAndCycleCode;
|
||||
newControlItemAndCycle.WorkPackageId = ControlItemAndCycle.WorkPackageId;
|
||||
newControlItemAndCycle.WorkPackageIds = WorkPackageService.getWorkPageIdsByControlItemAndCycle(ControlItemAndCycle.WorkPackageId, ControlItemAndCycle.ControlItemAndCycleId);
|
||||
newControlItemAndCycle.ProjectId = ControlItemAndCycle.ProjectId;
|
||||
newControlItemAndCycle.ControlItemContent = ControlItemAndCycle.ControlItemContent;
|
||||
newControlItemAndCycle.ControlPoint = ControlItemAndCycle.ControlPoint;
|
||||
|
||||
Reference in New Issue
Block a user