@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface LengthDefault
Modifier and Type | Optional Element and Description |
---|---|
int |
decimalLength
小数点长度,默认是2
|
int |
length
字段长度,默认是255
|
Copyright © 2020. All rights reserved.