新增三级钢卷数据查询配置

This commit is contained in:
2026-05-26 14:13:55 +08:00
parent da2620f17d
commit 91fc8b6e38
4 changed files with 48 additions and 2 deletions

View File

@@ -15,5 +15,10 @@ public enum DataSourceType
/**
* 从库
*/
SLAVE
SLAVE,
/**
* 三级 klp-oa 主库
*/
KLP
}