1231123
This commit is contained in:
@@ -5,7 +5,6 @@ import java.lang.annotation.*;
|
||||
/**
|
||||
* 枚举格式化
|
||||
*
|
||||
* @author Liang
|
||||
*/
|
||||
@Target({ElementType.FIELD})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
||||
@@ -3,7 +3,6 @@ package com.ruoyi.common.constant;
|
||||
/**
|
||||
* <p>created on 2021/7/15</p>
|
||||
*
|
||||
* @author zhangliang
|
||||
*/
|
||||
public class DateConstant {
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@ import java.util.Map;
|
||||
/**
|
||||
* 枚举格式化转换处理
|
||||
*
|
||||
* @author Liang
|
||||
*/
|
||||
@Slf4j
|
||||
public class ExcelEnumConvert implements Converter<Object> {
|
||||
|
||||
Reference in New Issue
Block a user