打印机状态尝试改变
This commit is contained in:
@@ -9,3 +9,13 @@ type PrintMsg struct {
|
||||
Status int `json:"status"` //打印状态
|
||||
Comment string `json:"comment"` //失败原因
|
||||
}
|
||||
|
||||
type Printer struct {
|
||||
ModelIDCULD
|
||||
|
||||
AppID int `orm:"column(app_id)" json:"app_id"` //应用编号
|
||||
PrintNo string `json:"print_no"` //打印机编号
|
||||
PrintKey string `json:"print_key"` //打印机识别码
|
||||
Name string `json:"name"` //打印机备注名
|
||||
Status int `json:"status"` //打印机状态
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user