Merge branch 'feature/REQ-2750' of axzsource.com:universal/framework/backend/axzo-framework-commons

This commit is contained in:
luofu 2024-10-28 14:19:02 +08:00
commit c3c68429de

View File

@ -0,0 +1,10 @@
package cn.axzo.framework.data.mybatisplus.type;
/**
* @description MybatisPlus string列表类型解析器
* @author luofu
* @version 1.0
* @date 2024/9/9
*/
public class StringListTypeHandler extends BaseListTypeHandler<String>{
}