From a9fa2fe7c72279cecc916bb63cee154cdea67b54 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期五, 03 十一月 2023 16:14:15 +0800
Subject: [PATCH] fix

---
 model/common/common.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/model/common/common.go b/model/common/common.go
index d616014..72326e7 100644
--- a/model/common/common.go
+++ b/model/common/common.go
@@ -132,6 +132,7 @@
 	ID                  string                 `gorm:"comment:涓婚敭ID;primaryKey;type:varchar(191);" json:"id"`
 	DeviceProcedureAttr []*DeviceProcedureAttr `json:"deviceProcedureAttr"` // 璁惧宸ュ簭灞炴�у垪琛�
 	ExtChannelAmount    int                    `gorm:"type:tinyint;comment:棰濆鐨勯�氶亾鏁伴噺;default:0;" json:"extChannelAmount"`
+	DeviceMac           string                 `gorm:"type:varchar(191);comment:璁惧MAC" json:"deviceMac"`
 	PlcAddressList      []*PlcAddress
 	PlcConfig           *PlcConfig
 }

--
Gitblit v1.8.0