kongdeqiang
2023-06-08 3fba1d84220268d871c3c28e0e25f6eab3526f46
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> {
}