删除userId打印机

This commit is contained in:
邹宗楠
2022-07-27 17:33:25 +08:00
parent 03c862e98e
commit dbfafb7077
6 changed files with 8 additions and 27 deletions

View File

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