1
This commit is contained in:
@@ -214,10 +214,10 @@ type PrintMsg struct {
|
|||||||
MsgID string `json:"msg_id" db:"msg_id"` //消息ID
|
MsgID string `json:"msg_id" db:"msg_id"` //消息ID
|
||||||
PrintNo string `json:"print_no" db:"print_no"` //打印机编号
|
PrintNo string `json:"print_no" db:"print_no"` //打印机编号
|
||||||
OrderNo int64 `json:"order_no" db:"order_no"` //订单序号
|
OrderNo int64 `json:"order_no" db:"order_no"` //订单序号
|
||||||
Content string `json:"content"` //订单内容
|
Content string `json:"content" db:"content"` //订单内容
|
||||||
Status int `json:"status"` //打印状态
|
Status int `json:"status" db:"status"` //打印状态
|
||||||
Comment string `json:"comment"` //失败原因
|
Comment string `json:"comment" db:"comment"` //失败原因
|
||||||
ContentEncryption string `json:"content_encryption"` //订单类容进制文件
|
ContentEncryption string `json:"content_encryption" db:"content_encryption"` //订单内容加密文件
|
||||||
}
|
}
|
||||||
|
|
||||||
//流量支出
|
//流量支出
|
||||||
|
|||||||
Reference in New Issue
Block a user