1
This commit is contained in:
@@ -41,6 +41,7 @@ const (
|
||||
OrderTypeCardValid = "cardValid" //卡有效期
|
||||
|
||||
OrderOriginWxMini = "weixinmini"
|
||||
OrderOriginMobile = "mobile"
|
||||
OrderOriginOpenAPI = "openAPI"
|
||||
|
||||
OrderStatusWaitPay = 0 //待支付
|
||||
@@ -179,7 +180,7 @@ type Printer struct {
|
||||
DeletedAt *time.Time `json:"deleted_at" db:"deleted_at"`
|
||||
AppID int `json:"app_id" db:"app_id"` //应用编号
|
||||
PrintNo string `json:"print_no" db:"print_no"` //打印机编号
|
||||
PrintKey string `json:"print_key" db:"print_key"` //打印机识别码
|
||||
PrintKey string `json:"print_key" db:"print_key"` //打印机识别码(目前是用户电话号码)
|
||||
Name string `json:"name" db:"name"` //打印机备注名
|
||||
Status int `json:"status" db:"status"` //打印机状态
|
||||
IsOnline int `json:"is_online" db:"is_online"` //1在线,0离线
|
||||
|
||||
Reference in New Issue
Block a user