cloudroam
2025-04-17 db9900074fa83021a7e3b1445eaf28ab56e675ab
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.ConfigParamDO;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author @TaoJie
 * @since 2024-12-02
 */
public interface ConfigParamMapperCustom extends BaseMapper<ConfigParamDO> {
 
}