zhangqian
2023-09-22 7788cb0ea88354718b2ad04ac29aea24e0b64911
model/response/common.go
@@ -26,6 +26,7 @@
   Position              int //当前任务在设备第几个位置
   AllProcedures         []string
   CurrentProcedureIndex int
   CanStarted            bool //是否可以开始生产
}
type TaskResponse struct {