This commit is contained in:
金海洋 2024-03-04 11:06:45 +08:00
parent eb0c0dc572
commit 8df0bdcf8d

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> {
}