Browse Source

添加解析来源常量定义

pull/260/head
zhangxin 3 years ago
parent
commit
82608a78f7
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      models/om/om.go

+ 6
- 0
models/om/om.go View File

@ -29,6 +29,12 @@ const (
MesOutputRetryNum = 10
)
const (
ParseSourceInterval = "INT"
ParseSourceMES = "MES"
)
type WorkOrderStatusChange struct {
WorkOrderId string `json:"workOrderId"`
Status int `json:"status"`


Loading…
Cancel
Save