Merge branch 'feature/REQ-2010' into pre

This commit is contained in:
金海洋 2024-03-04 11:06:55 +08:00
commit e554c2126f

View File

@ -0,0 +1,8 @@
package cn.axzo.pokonyan.config.mybatisplus.type;
/**
* @author haiyangjin
* @date 2024/3/4
*/
public class StringSetTypeHandler extends BaseSetTypeHandler<String> {
}