This commit is contained in:
suyl
2021-07-20 17:29:57 +08:00
parent 12c1f633cc
commit 12d6688b6f

View File

@@ -26,6 +26,7 @@ type Printer struct {
IccID string `orm:"column(icc_id)" json:"IccID"` //sim卡号 IccID string `orm:"column(icc_id)" json:"IccID"` //sim卡号
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表示超了
} }
func (v *Printer) TableIndex() [][]string { func (v *Printer) TableIndex() [][]string {