多合一读卡器(待对接、待测试)

This commit is contained in:
2025-01-07 16:15:03 +08:00
parent b1abee58b6
commit cfb6690df5
7 changed files with 552 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.dpkj.modules.cardReader.service;
import com.dpkj.common.vo.Result;
public interface CardReaderService {
Result<?> connectedDevice(String devName);
}