Browse Source

添加常量

pull/96/head
zhangxin 3 years ago
parent
commit
007e282686
2 changed files with 3 additions and 0 deletions
  1. +1
    -0
      models/base/op.go
  2. +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 = "读取"
)

Loading…
Cancel
Save