CityClazzMapper.java 390 Bytes
Newer Older
yuquan.zhu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/**
 * @date 2019年12月7日  
 * @author 翁东州
 * @方法中文名称:
 */
package cn.timer.api.dao.clazz;

import org.springframework.stereotype.Repository;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

import cn.timer.api.bean.clazz.CityClazz;

/**
*  图标库
* @author Tang 2019-11-26
*/
@Repository
public interface CityClazzMapper extends BaseMapper<CityClazz>{

}