This commit is contained in:
suyl
2021-06-28 16:39:58 +08:00
parent a1abcff2d5
commit 20fbd266f4

View File

@@ -21,6 +21,7 @@ type PrintMsg struct {
PrintNo string `json:"print_no"` //打印机编号 PrintNo string `json:"print_no"` //打印机编号
OrderNo int `json:"order_no"` //订单序号 OrderNo int `json:"order_no"` //订单序号
Content string `orm:"type(text)" json:"content"` //订单内容
Status int `json:"status"` //打印状态 Status int `json:"status"` //打印状态
Comment string `json:"comment"` //失败原因 Comment string `json:"comment"` //失败原因
} }