天海优化数据库名

This commit is contained in:
zc
2026-05-08 16:48:26 +08:00
parent e72867edbe
commit 5cc05036da
7 changed files with 38 additions and 35 deletions

View File

@@ -11,12 +11,12 @@ public enum DataSourceEnum {
/**
* 主数据源
*/
WMS("wms"),
WMS_TH("wms_th"),
/**
* 从数据源
*/
WMS2("wms2");
WMS_QL("wms_ql");
private final String value;