cloudroam
2024-12-04 2432594a4d11b47a503795349defa31872f85789
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.mzl.flower.mapper.configParam;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.mzl.flower.entity.configParam.ConfigParamGroupDO;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author @TaoJie
 * @since 2024-12-02
 */
public interface ConfigParamGroupMapperCustom extends BaseMapper<ConfigParamGroupDO> {
 
}