多合一读卡器(待对接、待测试)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.dpkj.modules.cardReader.service;
|
||||
|
||||
|
||||
import com.dpkj.common.vo.Result;
|
||||
|
||||
public interface CardReaderService {
|
||||
|
||||
Result<?> connectedDevice(String devName);
|
||||
}
|
||||
Reference in New Issue
Block a user