Merge branch 'feature/REQ-2750' of axzsource.com:universal/framework/backend/axzo-framework-commons
This commit is contained in:
commit
c3c68429de
@ -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>{
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user