This commit is contained in:
邹宗楠
2022-07-22 17:16:33 +08:00
parent 8c48c93e6d
commit 31ba7bfe14
2 changed files with 40 additions and 39 deletions

View File

@@ -25,4 +25,5 @@ type Printer struct {
Volume int `json:"volume"` //音量1-5 对应打印机2-10
FlowFlag int `json:"flowFlag"` //是否超流量了1表示超了
OfflineCount int `json:"offlineCount"` //掉线次数
UserId string `json:"user_id" db:"user_id"` //打印机所属用户
}