This commit is contained in:
邹宗楠
2022-12-19 17:47:25 +08:00
parent f4f77e36db
commit f8aeb809d4

View File

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