@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface ColumnType
| 限定符和类型 | 可选元素和说明 |
|---|---|
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 © 2024 pig4cloud. All rights reserved.