Commit ab684b2ec27639a5fbf9a3028a814b685608d473
1 parent
398f9230
道路街道提交
Showing
1 changed file
with
2 additions
and
0 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/dal/mysql/road/RoadInterceptMapper.java
| 1 | 1 | package com.zteits.urbanops.module.garden.dal.mysql.road; |
| 2 | 2 | |
| 3 | +import com.zteits.urbanops.framework.annotation.ProcessBusinessLine; | |
| 3 | 4 | import com.zteits.urbanops.framework.common.pojo.PageResult; |
| 4 | 5 | import com.zteits.urbanops.framework.mybatis.core.mapper.BaseMapperX; |
| 5 | 6 | import com.zteits.urbanops.framework.mybatis.core.query.LambdaQueryWrapperX; |
| ... | ... | @@ -12,6 +13,7 @@ import org.apache.ibatis.annotations.Mapper; |
| 12 | 13 | * |
| 13 | 14 | * @author 超级管理员 |
| 14 | 15 | */ |
| 16 | +@ProcessBusinessLine | |
| 15 | 17 | @Mapper |
| 16 | 18 | public interface RoadInterceptMapper extends BaseMapperX<RoadDO> { |
| 17 | 19 | ... | ... |