This commit is contained in:
suyl
2021-08-13 11:20:15 +08:00
parent 0d3d12d7a5
commit 81ba7e7366
3 changed files with 18 additions and 9 deletions

View File

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