SysConfigMapper.java 282 Bytes
package com.lego.system.mapper;

import com.lego.common.core.mapper.BaseMapperPlus;
import com.lego.system.domain.SysConfig;

/**
 * 参数配置 数据层
 *
 * @author Lion Li
 */
public interface SysConfigMapper extends BaseMapperPlus<SysConfigMapper, SysConfig, SysConfig> {

}