From 4266a7e732c4801eac4098cf7a216a99d5b1dda8 Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 24 Sep 2024 13:24:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E8=8B=8F=E5=B7=9E=E5=B8=82?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java b/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java index 4881db42d..42d96d496 100644 --- a/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java +++ b/jsowell-common/src/main/java/com/jsowell/common/enums/thirdparty/ThirdPlatformTypeEnum.java @@ -24,7 +24,7 @@ public enum ThirdPlatformTypeEnum { NING_XIA_PLATFORM("13", "宁夏平台", "MA01H3BQ9"), SHEN_ZHEN_PLATFORM("14", "深圳平台", ""), ZHE_JIANG_PLATFORM("15", "浙江省平台", "002485048"), - SU_ZHOU_PLATFORM("16", "苏州市平台", ""), + SU_ZHOU_PLATFORM("16", "苏州市平台", "MAC1MFJ1X"), ; private String typeCode;