From c3d68f210192e2ec5bd06e4d21ede0bd8305fd63 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期三, 19 六月 2024 17:31:03 +0800 Subject: [PATCH] change table name --- pms-parent/pms-global/src/main/resources/application-global.yml | 5 ++++- 1 files changed, 4 insertions(+), 1 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 d276283..fc0bb2f 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -63,12 +63,15 @@ platform: webPort: 12346 idSuffix: 3 - product: + production: webPort: 12347 idSuffix: 4 other: webPort: 12348 idSuffix: 5 + station: + webPort: 12349 + idSuffix: 6 file: idSuffix: 99 file1: -- Gitblit v1.8.0