广汽安道拓Acura项目MES后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 lines
280 B

package base
const (
// websocket 属性
NAMESPACE_EODS = "EODS"
EVENT_STN_DATA = "STN_DATA"
DBlockValueType_FIXED_VALUE = "固定值"
DBlockValueType_VALUE_MAP = "映射值"
ACTION_TYPE_READ = "读取"
ACTION_TYPE_WRITE = "写入"
ACTION_TYPE_VERIFY = "判断"
)