aa
This commit is contained in:
@@ -18,4 +18,6 @@ type Printer struct {
|
|||||||
PrintKey string `json:"print_key"` //打印机识别码
|
PrintKey string `json:"print_key"` //打印机识别码
|
||||||
Name string `json:"name"` //打印机备注名
|
Name string `json:"name"` //打印机备注名
|
||||||
Status int `json:"status"` //打印机状态
|
Status int `json:"status"` //打印机状态
|
||||||
|
IsOnline int `json:"is_online"` //1在线,0离线
|
||||||
|
SIM string `orm:"column(sim)" json:"sim"` //sim卡号
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user