1、结构调整

2、抽象工厂优化
This commit is contained in:
2026-03-31 19:35:21 +08:00
parent 87757b352c
commit ebdbdbeb41
667 changed files with 1240 additions and 50173 deletions

View File

@@ -7,7 +7,7 @@ import java.lang.annotation.*;
*
* 其中 {@link #dictType()} 和 {@link #functionName()} 二选一
*
* @author HUIHUI
* @author hongawen
*/
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)

View File

@@ -13,7 +13,7 @@ import lombok.extern.slf4j.Slf4j;
/**
* Excel 数据地区转换器
*
* @author HUIHUI
* @author hongawen
*/
@Slf4j
public class AreaConvert implements Converter<Object> {

View File

@@ -7,7 +7,7 @@ import java.util.List;
*
* 为什么不直接解析字典还搞个接口?考虑到有的下拉数据不是从字典中获取的所有需要做一个兼容
* @author HUIHUI
* @author hongawen
*/
public interface ExcelColumnSelectFunction {

View File

@@ -34,7 +34,7 @@ import static com.njcn.msgpush.framework.common.util.collection.CollectionUtils.
/**
* 基于固定 sheet 实现下拉框
*
* @author HUIHUI
* @author hongawen
*/
@Slf4j
public class SelectSheetWriteHandler implements SheetWriteHandler {