wujianwei
2026-01-12 5dc6be84f02788d98a67a7488e7fb2c8d4b08c04
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> {
}