@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface UseDatabase
| Modifier and Type | Optional Element and Description |
|---|---|
DBTypeEnum |
dbType
数据库类型, 默认使用 slave
|
String |
id
注解ID
|
public abstract DBTypeEnum dbType
public abstract String id
Copyright © 2021. All rights reserved.