hazmat-common/src/main/java/com/gkhy/hazmat/common/enums/DataSourceType.java @@ -11,5 +11,9 @@ /** * 从库 */ SLAVE SLAVE, /** * 分库 */ SHARDING; }