打印机
This commit is contained in:
@@ -199,7 +199,7 @@ type PrintMsg struct {
|
||||
DeletedAt *time.Time `json:"deleted_at" db:"deleted_at"`
|
||||
MsgID string `json:"msg_id" db:"msg_id"` //消息ID
|
||||
PrintNo string `json:"print_no" db:"print_no"` //打印机编号
|
||||
OrderNo string `json:"order_no" db:"order_no"` //订单序号
|
||||
OrderNo int64 `json:"order_no" db:"order_no"` //订单序号
|
||||
Content string `json:"content"` //订单内容
|
||||
Status int `json:"status"` //打印状态
|
||||
Comment string `json:"comment"` //失败原因
|
||||
|
||||
Reference in New Issue
Block a user