This commit is contained in:
suyl
2021-08-13 11:09:16 +08:00
parent 5ae442993e
commit fcfc9e744d

View File

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