kongdeqiang
2023-07-10 85f5baee0e3d255860395278dcb5cbb5cc766023
1
2
3
4
5
6
7
8
9
package com.boying.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.boying.entity.StreetReRoad;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface StreetReRoadMapper extends BaseMapper<StreetReRoad> {
}