公告板
版本库
活动
搜索
登录
java
/
RentalHousrApplet
租房小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新基础代码
puzhibing
2023-11-28
7b726d5ff439e7b8bb66369ecc5881e370286bc8
[java/RentalHousrApplet.git]
/
guns-admin
/
src
/
main
/
java
/
com
/
stylefeng
/
guns
/
modular
/
system
/
dao
/
HouseTypeMapper.java
1
2
3
4
5
6
7
8
9
10
11
package com.stylefeng.guns.modular.system.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.stylefeng.guns.modular.system.model.HouseType;
/**
* @author zhibing.pu
* @Date 2023/11/14 14:44
*/
public interface HouseTypeMapper extends BaseMapper<HouseType> {
}