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