kongdeqiang
2023-07-10 4f27e2a21aa7c0cbd07447b43fc3b83fd1525f88
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> {
}