无关风月
2024-10-22 2b18b65181d9f30c5e0485cf2bbbdfee41b24b8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.stylefeng.guns.modular.system.dao;
 
import com.stylefeng.guns.modular.system.model.TCompanyCity;
import com.baomidou.mybatisplus.mapper.BaseMapper;
 
/**
 * <p>
 * 公司经营地区 Mapper 接口
 * </p>
 *
 * @author 吕雪
 * @since 2020-06-06
 */
public interface TCompanyCityMapper extends BaseMapper<TCompanyCity> {
 
}