1
This commit is contained in:
@@ -45,6 +45,7 @@ type PrintMsg struct {
|
|||||||
Content string `orm:"type(text)" json:"content"` //订单内容
|
Content string `orm:"type(text)" json:"content"` //订单内容
|
||||||
Status int `json:"status"` //打印状态
|
Status int `json:"status"` //打印状态
|
||||||
Comment string `json:"comment"` //失败原因
|
Comment string `json:"comment"` //失败原因
|
||||||
|
ContentEncryption string `orm:"type(text)" json:"content_encryption"` //订单类容进制文件
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *PrintMsg) TableIndex() [][]string {
|
func (v *PrintMsg) TableIndex() [][]string {
|
||||||
|
|||||||
Reference in New Issue
Block a user