This commit is contained in:
richboo111
2023-03-28 14:47:44 +08:00
parent 9b0dd0eeac
commit 1b71f23566
7 changed files with 414 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ const (
VendorIDZhongWu = 204 // 中午云打印
VendorIDJxprint = 205 // 京西打印
VendorIDXpYun = 206 // 芯烨云打印机
VendorIDTrendIT = 207 //大趋智能
VendorIDPrinterEnd = 300
VendorIDOthersBegin = 301
@@ -112,6 +113,7 @@ var (
VendorIDZhongWu: "ZhongWu",
VendorIDJxprint: "Jx",
VendorIDXpYun: "Xpyun",
VendorIDTrendIT: "TrendIT",
VendorIDQiNiuCloud: "Qiniu",
VendorIDJDWL: "Jdwl",
@@ -147,6 +149,7 @@ var (
VendorIDZhongWu: "中午云",
VendorIDJxprint: "京西云",
VendorIDXpYun: "芯烨云",
VendorIDTrendIT: "大趋智能",
VendorIDWXMP: "微信公众号",
VendorIDWXQRCode: "微信扫码",