工序最大进站次数
This commit is contained in:
parent
c1e3d0fbef
commit
c03d5945dc
@ -46,6 +46,8 @@ namespace MDM.Services.Process
|
||||
OperationCode = it.OperationCode,
|
||||
OperationName = it.OperationName,
|
||||
OperationSeq = it.OperationSeq,
|
||||
LastOperationSeq = it.LastOperationSeq,
|
||||
MaxStationCount = it.MaxStationCount,
|
||||
OperationType = it.OperationType,
|
||||
Description = it.Description,
|
||||
StandardTime = it.StandardTime,
|
||||
@ -84,6 +86,8 @@ namespace MDM.Services.Process
|
||||
OperationCode = it.OperationCode,
|
||||
OperationName = it.OperationName,
|
||||
OperationSeq = it.OperationSeq,
|
||||
LastOperationSeq = it.LastOperationSeq,
|
||||
MaxStationCount = it.MaxStationCount,
|
||||
OperationType = it.OperationType,
|
||||
Description = it.Description,
|
||||
StandardTime = it.StandardTime,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user