Pu Zhibing
7 天以前 7bbdeb81fe1a4f147b17085783e28d3c53d6d867
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> {
 
}