aa
This commit is contained in:
@@ -19,10 +19,11 @@ func (v *Printer) TableIndex() [][]string {
|
|||||||
type PrintMsg struct {
|
type PrintMsg struct {
|
||||||
ModelIDCULD
|
ModelIDCULD
|
||||||
|
|
||||||
PrintNo string `json:"print_no"` //打印机编号
|
PrintNo string `json:"print_no"` //打印机编号
|
||||||
OrderNo int `json:"order_no"` //订单序号
|
OrderNo int `json:"order_no"` //订单序号
|
||||||
Status int `json:"status"` //打印状态
|
Content string `orm:"type(text)" json:"content"` //订单内容
|
||||||
Comment string `json:"comment"` //失败原因
|
Status int `json:"status"` //打印状态
|
||||||
|
Comment string `json:"comment"` //失败原因
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *PrintMsg) TableIndex() [][]string {
|
func (v *PrintMsg) TableIndex() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user