@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface ColumnType
Modifier and Type | Optional Element and Description |
---|---|
int |
decimalLength
小数点长度,默认是0
类型默认长度:com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
|
int |
length
字段长度,默认是255
类型默认长度:com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant
|
MySqlTypeConstant |
value
字段的类型
仅支持com.gitee.sunchenbin.mybatis.actable.constants.MySqlTypeConstant中的枚举数据类型
|
public abstract MySqlTypeConstant value
Copyright © 2021. All rights reserved.