| | |
| | | package com.panzhihua.service_user.dao; |
| | | |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.panzhihua.service_user.model.dos.ComMngStructHouseDO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | * @create: 2020-12-14 17:13 |
| | | **/ |
| | | @Mapper |
| | | public interface ComMngStructHouseDAO extends BaseMapper<ComMngStructHouseDO> { |
| | | } |
| | | public interface ComMngStructHouseDAO extends BaseMapper<ComMngStructHouseDO> {} |