无关风月
2024-09-03 85c4410b0948799a93f19f345b4ed18c253c89f3
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.chargingPile.api.vo;
 
import com.ruoyi.chargingPile.api.model.TVehicleRamp;
import io.swagger.annotations.ApiModel;
import lombok.Data;
 
@Data
@ApiModel(value = "车道VO")
public class TVehicleRampVO extends TVehicleRamp {
}