密码键盘、扫描仪-- 待测试

This commit is contained in:
2025-02-10 17:41:16 +08:00
parent 5a84be620d
commit 63a9070f56
9 changed files with 319 additions and 13 deletions

View File

@@ -16,4 +16,12 @@ public interface LexMarkConst {
* 打印机
*/
String RECEIPT_PRINTER = "ReceiptPrinter";
/**
* 数字键盘
*/
String ENCRYPTOR = "Encryptor";
/**
* 扫描仪
*/
String BARCODE_READER = "BarcodeReader";
}