From 007e282686268f41f7a5fbffaab36765fc4077f2 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Tue, 14 Sep 2021 10:48:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B8=B8=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/base/op.go | 1 + models/base/ws.go | 2 ++ 2 files changed, 3 insertions(+) diff --git a/models/base/op.go b/models/base/op.go index e1513ec..c090228 100644 --- a/models/base/op.go +++ b/models/base/op.go @@ -11,4 +11,5 @@ const ( DATA_TYPE_SHORTCODE = "SHORTCODE" DATA_TYPE_WONO = "WONO" DATA_TYPE_PARTNO = "PARTNO" + DATA_TYPE_SERIALID = "SerialId" ) diff --git a/models/base/ws.go b/models/base/ws.go index 663236a..d1ce33b 100644 --- a/models/base/ws.go +++ b/models/base/ws.go @@ -7,4 +7,6 @@ const ( DBlockValueType_FIXED_VALUE = "固定值" DBlockValueType_VALUE_MAP = "映射值" + + ACTIOBN_TYPE_READ = "读取" )