From 739b1c13e51b6ce4a2dde820710a42e22272f87c Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 16 四月 2024 08:54:57 +0800
Subject: [PATCH] 1、完善代码; 2、增加了platform、other、file模块。

---
 pms-parent/pms-global/src/main/resources/application-global.yml |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml
index df1d7c8..8c25880 100644
--- a/pms-parent/pms-global/src/main/resources/application-global.yml
+++ b/pms-parent/pms-global/src/main/resources/application-global.yml
@@ -49,6 +49,15 @@
     base:
         webPort: 12345
         idSuffix: 2
-    product:
+    platform:
         webPort: 12346
-        idSuffix: 2
+        idSuffix: 3
+    product:
+        webPort: 12347
+        idSuffix: 4
+    other:
+        webPort: 12348
+        idSuffix: 5
+    file:
+        webPort: 12349
+        idSuffix: 6

--
Gitblit v1.8.0