zhibing.pu
2024-08-10 1916f55359bb6c8f34548c26767569b000decbfc
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 {
}