xuhy
2024-10-11 95b274d2d563a07fa143fc66738ff5d731ee80e3
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 {
}