package com.gear.common.enums; /** * 数据源 * * @author czx */ public enum DataSourceType { /** * 主库 */ MASTER, /** * 从库 */ SLAVE }