From 81b81ea45f998169db7d347210768c43cc6d488c Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Tue, 20 Jul 2021 17:43:42 +0800 Subject: [PATCH] aa --- model/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/model/model.go b/model/model.go index 4ba0976..7082785 100644 --- a/model/model.go +++ b/model/model.go @@ -141,6 +141,7 @@ type Printer struct { IccID string `json:"iccid" db:"icc_id"` //sim卡号 Sound string `json:"sound"` //声音类型 sounda ,b,c,d,e,f,g Volume int `json:"volume"` //音量,1-5 ,对应打印机2-10 + FlowFlag int `json:"flowFlag"` //是否超流量了,1表示超了 } type PrintMsg struct {