壁挂打印机(缺文档接口说明)、身份证读取(缺64位dll动态库)

This commit is contained in:
2025-01-14 17:46:26 +08:00
parent 7d971f4d13
commit 68e2fbfc8c
36 changed files with 7058 additions and 117 deletions

View File

@@ -0,0 +1,9 @@
package com.dpkj.modules.autoReplyPrint.service;
import com.dpkj.common.vo.Result;
public interface AutoReplyPrintService {
Result<?> CPPrinterGetPrinterFirmwareVersion();
}