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

com.github.nikyotensai.mapper.CityMapper Maven / Gradle / Ivy

The newest version!
package com.github.nikyotensai.mapper;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.github.nikyotensai.entity.City;

/**
 * 

* Mapper接口 *

* * @author nikyotensai * @since 2022-11-04 */ public interface CityMapper extends BaseMapper { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy