|
|
@ -275,10 +275,11 @@ type PlantDataTree struct { |
|
|
|
|
|
|
|
// OperationDataTree 展示工序到工步的树形结构体
|
|
|
|
type OperationDataTree struct { |
|
|
|
ItemId interface{} `json:"itemId"` |
|
|
|
ItemDesc string `json:"itemDesc"` |
|
|
|
IsEnd bool `json:"isEnd"` |
|
|
|
Children []OperationDataTree `json:"children"` |
|
|
|
ItemId interface{} `json:"itemId"` |
|
|
|
ItemDesc string `json:"itemDesc"` |
|
|
|
IsEnd bool `json:"isEnd"` |
|
|
|
OperationType string `json:"operationType"` |
|
|
|
Children []OperationDataTree `json:"children"` |
|
|
|
} |
|
|
|
|
|
|
|
// WorkLineOfPlant 工厂下的产线
|
|
|
|