[fix] 修改标签

This commit is contained in:
2024-10-09 14:42:26 +08:00
parent 550f4cbdae
commit 6eec60e9dd
116 changed files with 133 additions and 139 deletions

View File

@ -16,7 +16,7 @@ import java.util.List;
/**
* 字典工具类
*
* @author 芋道源码
* @author hhyykk
*/
@Slf4j
public class DictFrameworkUtils {

View File

@ -14,7 +14,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* Excel 数据字典转换器
*
* @author 芋道源码
* @author hhyykk
*/
@Slf4j
public class DictConvert implements Converter<Object> {

View File

@ -10,7 +10,7 @@ import com.alibaba.excel.metadata.property.ExcelContentProperty;
/**
* Excel Json 转换器
*
* @author 芋道源码
* @author hhyykk
*/
public class JsonConvert implements Converter<Object> {

View File

@ -14,7 +14,7 @@ import java.math.RoundingMode;
*
* 金额单位:分
*
* @author 芋道源码
* @author hhyykk
*/
public class MoneyConvert implements Converter<Integer> {

View File

@ -15,7 +15,7 @@ import java.util.List;
/**
* Excel 工具类
*
* @author 芋道源码
* @author hhyykk
*/
public class ExcelUtils {