This commit is contained in:
邹宗楠
2022-07-28 17:44:31 +08:00
parent 099211f096
commit ab3177f5de

View File

@@ -187,7 +187,7 @@ type Printer struct {
Sound string `json:"sound" db:"sound"` //声音类型 sounda ,b,c,d,e,f,g Sound string `json:"sound" db:"sound"` //声音类型 sounda ,b,c,d,e,f,g
Volume int `json:"volume" db:"volume"` //音量1-5 对应打印机2-10 Volume int `json:"volume" db:"volume"` //音量1-5 对应打印机2-10
FlowFlag int `json:"flow_flag" db:"flow_flag"` //是否超流量了1表示超了 FlowFlag int `json:"flow_flag" db:"flow_flag"` //是否超流量了1表示超了
OfflineCount int `json:"-" db:"offline_count"` //掉线次数 OfflineCount int `json:"offline_count" db:"offline_count"` //掉线次数
UserId string `json:"user_id" db:"user_id"` //打印机所属用户 UserId string `json:"user_id" db:"user_id"` //打印机所属用户
} }