This commit is contained in:
邹宗楠
2022-08-23 15:03:57 +08:00
parent 8818dc957c
commit 14fa03b586
3 changed files with 137 additions and 17 deletions

View File

@@ -14,6 +14,12 @@ const (
PrintMsgAll = -9
)
type AddPrinterParam struct {
PrintNo string `json:"print_no"` //打印机编号
Name string `json:"name"` //打印机备注名
SIM string `json:"sim"` //sim卡号
}
type Printer struct {
ModelIDCULD