1
This commit is contained in:
@@ -202,7 +202,7 @@ type Printer struct {
|
|||||||
FlowFlag int `json:"flow_flag" db:"flow_flag"` //是否超流量了,1表示超了
|
FlowFlag int `json:"flow_flag" db:"flow_flag"` //是否超流量了,1表示超了
|
||||||
OfflineCount int `json:"offline_count" db:"offline_count"` //掉线次数
|
OfflineCount int `json:"offline_count" db:"offline_count"` //掉线次数
|
||||||
UserId string `json:"user_id" db:"user_id"` //打印机所属用户
|
UserId string `json:"user_id" db:"user_id"` //打印机所属用户
|
||||||
PrintBill int64 `json:"-" db:"-"` // 账户余额
|
PrintBill int64 `json:"print_bill" db:"-"` // 账户余额
|
||||||
}
|
}
|
||||||
|
|
||||||
type PrintMsg struct {
|
type PrintMsg struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user