This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_BACKEND
Watch
2
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加解析来源常量定义
pull/260/head
zhangxin
3 years ago
parent
95e1fa7843
commit
82608a78f7
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
`
Write
Preview
Loading…
Cancel
Save