Merge remote-tracking branch 'origin/1.0' into 1.0

This commit is contained in:
王志成 2025-03-06 10:59:15 +08:00
commit e31bb24b4a
6 changed files with 10 additions and 9 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# 壁挂机对接程序

View File

@ -1,14 +1,14 @@
# 安装服务
ems-express-call-dll.exe install
yinyitong-dll-hang.exe install
# 启动服务
ems-express-call-dll.exe start
yinyitong-dll-hang.exe start
# 查看服务运行状态
ems-express-call-dll.exe status
yinyitong-dll-hang.exe status
# 重启服务
ems-express-call-dll.exe restart
yinyitong-dll-hang.exe restart
# 停止服务
ems-express-call-dll.exe stop
yinyitong-dll-hang.exe stop

View File

@ -4,5 +4,5 @@
<description>快递寄递DLL调用服务</description>
<executable>java</executable>
<arguments>-jar %BASE%\ems-express-call-dll.jar</arguments>
<arguments>-jar %BASE%\yinyitong-dll-hang.jar</arguments>
</service>

View File

@ -4,10 +4,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dpkj</groupId>
<artifactId>ems-express-call-dll</artifactId>
<artifactId>yinyitong-dll-hang</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>ems-express-call-dll</name>
<description>ems-express-call-dll</description>
<name>yinyitong-dll-hang</name>
<description>银医通-澜沧中医院-DLL-壁挂机</description>
<parent>
<groupId>org.springframework.boot</groupId>