This commit is contained in:
77
2024-06-02 01:04:52 +08:00
parent 687f2e574e
commit 3684cb3649
13 changed files with 0 additions and 13 deletions

View File

@@ -5,7 +5,6 @@ import java.lang.annotation.*;
/**
* 枚举格式化
*
* @author Liang
*/
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)

View File

@@ -3,7 +3,6 @@ package com.ruoyi.common.constant;
/**
* <p>created on 2021/7/15</p>
*
* @author zhangliang
*/
public class DateConstant {

View File

@@ -20,7 +20,6 @@ import java.util.Map;
/**
* 枚举格式化转换处理
*
* @author Liang
*/
@Slf4j
public class ExcelEnumConvert implements Converter<Object> {