1
This commit is contained in:
@@ -41,3 +41,8 @@ type RelieveStore struct {
|
||||
StoreID int64 `json:"store_id" form:"store_id" binding:"required"` // 门店id(为京西创建门店id)
|
||||
PrintNo string `json:"print_no" form:"print_no" binding:"required"` // 打印机编号
|
||||
}
|
||||
|
||||
// RelieveBind 解除用户和打印机的绑定关系
|
||||
type RelieveBind struct {
|
||||
PrintNo string `json:"print_no" form:"print_no" binding:"required"` // 打印机编号
|
||||
}
|
||||
|
||||
3
model/app_model/print_edition.go
Normal file
3
model/app_model/print_edition.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package app_model
|
||||
|
||||
//版本控制
|
||||
@@ -8,4 +8,5 @@ type GetPrinterReportResult struct {
|
||||
OfflinePrinterCount int `json:"offline_printer_count"`
|
||||
FlowPrinterCount int `json:"flow_printer_count"`
|
||||
PaperPrinterCount int `json:"paper_printer_count"`
|
||||
UserAllPrintCount int `json:"user_all_print_count"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user