初始化代码

This commit is contained in:
lpd
2026-04-09 11:52:02 +08:00
parent bb5937c5b7
commit 8319ac9516
565 changed files with 965 additions and 658 deletions

View File

@@ -18,7 +18,7 @@ import static cn.iocoder.lyzsys.framework.common.util.collection.CollectionUtils
/**
* 字典工具类
*
* @author lyz源码
* @author 芋道源码
*/
@Slf4j
public class DictFrameworkUtils {

View File

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

View File

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

View File

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

View File

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