1、新增维修记录

2、新增保养记录
3、新增港口码头主数据
4、新增铁路车站主数据
5、新增空港机场主数据
6、测试版nacos配置
7、测试版Harbor配置
8、其他配置修改
This commit is contained in:
2026-07-10 22:08:46 +08:00
parent f1e6599892
commit d9df98b5b1
85 changed files with 11436 additions and 40 deletions

View File

@@ -42,7 +42,7 @@ public interface LauncherConstant {
/**
* nacos 密码
*/
String NACOS_PASSWORD = "nacos";
String NACOS_PASSWORD = "nacosTMS";
/**
* nacos dev 地址
@@ -52,7 +52,7 @@ public interface LauncherConstant {
/**
* nacos prod 地址
*/
String NACOS_PROD_ADDR = "172.30.0.48:8848";
String NACOS_PROD_ADDR = "172.16.203.228:8848";
/**
* nacos test 地址