master
zhang chengzhi 2024-08-11 14:58:09 +08:00
parent dcc2998df3
commit 0fdcd01b87
1 changed files with 10 additions and 0 deletions

View File

@ -53,6 +53,16 @@ public @interface Excel {
*/ */
public int roundingMode () default BigDecimal.ROUND_HALF_EVEN; public int roundingMode () default BigDecimal.ROUND_HALF_EVEN;
/**
* 1
*/
public String invokeMethod() default "";
/**
* SpringIoc
*/
public Class<?> invokeClass() default String.class;
/** /**
* excel * excel
*/ */