订单分配车辆更新wms系统对应任务执行车辆

This commit is contained in:
xuzhiheng
2025-06-30 18:21:49 +08:00
parent ec8e2cb292
commit d60a70483d
2 changed files with 10 additions and 2 deletions

View File

@@ -23,4 +23,8 @@ public interface GuestUserCredentials {
* 内核开放端口
*/
Integer PORT = 1099;
/**
* WMS系统地址
*/
String WMS_URL = "http://192.168.124.114:2004";
}