wujianwei
2025-12-23 f7e996bc2687221557f3364d00cc4151070b812c
1
2
3
4
5
6
7
package com.ruoyi.tms.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.tms.domain.TransportRouteVi;
 
public interface TransportRouteViMapper extends BaseMapper<TransportRouteVi> {
}