身份证读取、社保卡读取

This commit is contained in:
2025-02-10 15:08:18 +08:00
parent ed61a25ac4
commit 5a84be620d
11 changed files with 813 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
package com.dpkj.common.constant;
/**
* 利盟台式机 设备调用逻辑名
*/
public interface LexMarkConst {
/**
* 身份证读取
*/
String ID_CARD_READ = "RFIDCardReader";
/**
* 社保卡读取
*/
String CARD_READER = "CardReader";
/**
* 打印机
*/
String RECEIPT_PRINTER = "ReceiptPrinter";
}