This commit is contained in:
thinkgem
2021-06-04 15:49:14 +08:00
parent f26ee82475
commit fc81166915
4 changed files with 29 additions and 44 deletions

View File

@@ -84,7 +84,6 @@ public @interface ExcelField {
/**
* 反射类型
* MoneyType.class 金额类型转换(保留两位)
* DateTimeType.class 日期时间类型转换 yyyy-MM-dd HH:mm:ss
*/
Class<? extends FieldType> fieldType() default FieldType.class;