This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_LF_MOM_BACKEND
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加常量
pull/96/head
zhangxin
3 years ago
parent
d2d23500c5
commit
007e282686
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
models/base/op.go
+2
-0
models/base/ws.go
+ 1
- 0
models/base/op.go
View File
@ -11,4 +11,5 @@ const (
DATA_TYPE_SHORTCODE
=
"SHORTCODE"
DATA_TYPE_WONO
=
"WONO"
DATA_TYPE_PARTNO
=
"PARTNO"
DATA_TYPE_SERIALID
=
"SerialId"
)
+ 2
- 0
models/base/ws.go
View File
@ -7,4 +7,6 @@ const (
DBlockValueType_FIXED_VALUE
=
"固定值"
DBlockValueType_VALUE_MAP
=
"映射值"
ACTIOBN_TYPE_READ
=
"读取"
)
Write
Preview
Loading…
Cancel
Save