All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zznote.basecommon.dao.TConfigDao Maven / Gradle / Ivy

The newest version!
package com.zznote.basecommon.dao;


import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.zznote.basecommon.entity.system.TConfig;
import org.apache.ibatis.annotations.Mapper;

/**
 * 参数配置 数据层
 *
 * @author Lion Li
 */
@Mapper
public interface TConfigDao extends BaseMapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy