Commit 02816aa8019f6eab3d050b3e6e0ecbc66f53fcdd
1 parent
98bb98a9
feat: 新增装修垃圾独立模块,新增用户控制层,修改单点登录
Showing
1 changed file
with
3 additions
and
5 deletions
trash-garbage/src/main/java/com/trash/garbage/mapper/GarAddressMapper.java
| 1 | 1 | package com.trash.garbage.mapper; |
| 2 | 2 | |
| 3 | -import com.trash.garbage.pojo.domain.GarAddress; | |
| 4 | 3 | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| 5 | -import org.apache.ibatis.annotations.Mapper; | |
| 4 | +import com.trash.garbage.pojo.domain.GarAddress; | |
| 6 | 5 | |
| 7 | 6 | /** |
| 8 | 7 | * @author 20412 |
| 9 | 8 | * @description 针对表【gar_address(建筑垃圾-用户地址)】的数据库操作Mapper |
| 10 | -* @createDate 2023-11-20 16:03:15 | |
| 11 | -* @Entity garbage.domain.GarAddress | |
| 9 | +* @createDate 2023-11-22 09:48:43 | |
| 10 | +* @Entity com.trash.garbage.pojo.domain.GarAddress.GarAddress | |
| 12 | 11 | */ |
| 13 | -@Mapper | |
| 14 | 12 | public interface GarAddressMapper extends BaseMapper<GarAddress> { |
| 15 | 13 | |
| 16 | 14 | } | ... | ... |