cloudroam
2024-12-20 c83b580b0f51a2cdf16f2b1537aa3cb113ef112f
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> {
 
}