1
This commit is contained in:
@@ -26,4 +26,5 @@ type Printer struct {
|
|||||||
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"` //掉线次数
|
OfflineCount int `json:"offlineCount"` //掉线次数
|
||||||
|
UserId string `json:"user_id" db:"user_id"` //打印机所属用户
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user