第一次提交

This commit is contained in:
gongbaoxiong
2026-04-16 14:36:01 +08:00
commit 602841282e
2518 changed files with 380666 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.9.6
Created-By: 1.8.0_131-b11 (Oracle Corporation)

View File

Binary file not shown.

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<services>
<!-- 目前只支持service一级子元素name为接口名注意不能少了斜杠class为接口Manager的完整类名method为此Manager接受的请求方式 -->
<!--<service name="/nobo" class="com.wxzd.wms.agv.server.SimulateNoboAgvServiceManager" method="POST" />
<service name="/forklift" class="com.wxzd.wms.agv.server.SimulateForkliftAgvServiceManager" method="GET" />
-->
<!-- <service name="/simulate_forklift" class="com.wxzd.wms.agv.server.SimulateForkliftAgvServiceManager" method="GET" /> -->
<service name="/maintain" class="com.wxzd.wms.jkgl.server.MesServiceManager" method="POST" />
</services>

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

Some files were not shown because too many files have changed in this diff Show More