This commit is contained in:
邹宗楠
2026-07-06 16:28:51 +08:00
parent c110cacbea
commit 62bc513544

View File

@@ -217,7 +217,7 @@ type PrintMsg struct {
Content string `json:"content"` //订单内容 Content string `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"` //订单类容进制文件 ContentEncryption string `json:"content_encryption"` //订单类容进制文件
} }
//流量支出 //流量支出