打印机

This commit is contained in:
邹宗楠
2022-08-03 09:04:28 +08:00
parent 3ede3efd61
commit e552efc2ad
20 changed files with 435 additions and 22 deletions

View File

@@ -0,0 +1,6 @@
package app_model
const (
SettingOpen = 1 // 开启
SettingClose = -1 // 关闭
)