zhangqian
2023-09-02 1c31947fd6902b570e3b9ac9eaab8ad9de58ee19
model/common/common.go
@@ -74,6 +74,7 @@
      Product   string `json:"password"`                             // 产品
      Procedure string `json:"procedure"`                            // 工序
      Device    string `json:"device"`                               // 设备
      DeviceId  string `json:"deviceId" gorm:"-"`                    //用于过滤获取nsq消息
   }
   ResponseProcessParams struct {
      Number    string                 `json:"number"`    //工艺模型编号
@@ -82,6 +83,8 @@
      Procedure string                 `json:"procedure"` //工序
      WorkOrder string                 `json:"workOrder"` //工单
      Device    string                 `json:"device"`    //设备
      Params    string                 `json:"params"`
      ParamsMap map[string]interface{} `json:"paramsMap"`
      DeviceId  string                 `json:"deviceId" gorm:"-"` //用于过滤获取nsq消息
   }
)