添加修改删除打印机接口

This commit is contained in:
suyl
2021-07-01 11:12:06 +08:00
parent 58fba95c0f
commit 585eb0e0de
6 changed files with 224 additions and 29 deletions

View File

@@ -1,5 +1,9 @@
package model
const (
PrinterStatusNormal = 0 //正常
)
type Printer struct {
ModelIDCULD