陶杰
2024-12-19 0a8bc68140f77ab95c6569a266206b1d473ef49b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.mzl.flower.mapper.configParam;
 
import com.mzl.flower.entity.configParam.ConfigParamDO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author @TaoJie
 * @since 2024-12-02
 */
public interface ConfigParamMapper extends BaseMapper<ConfigParamDO> {
 
}