This commit is contained in:
suyl
2021-07-08 14:15:51 +08:00
parent cc5eb45624
commit 2574622760

View File

@@ -22,6 +22,7 @@ type Printer struct {
Name string `json:"name"` //打印机备注名
Status int `json:"status"` //打印机状态
IsOnline int `json:"is_online"` //1在线0离线
SIM string `orm:"column(sim)" json:"sim"` //sim卡号
}
func (v *Printer) TableIndex() [][]string {