|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.yxt.anrui.terminal.api.supplychain.vehicleApply; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty; |
|
|
|
import com.yxt.common.core.vo.Vo; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
import lombok.Data; |
|
|
@ -46,7 +47,8 @@ public class VehicleApplySzVo implements Vo { |
|
|
|
private String tarpaulinSlide; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "冷藏冷机") |
|
|
|
private String refirgerator; |
|
|
|
@JsonProperty("refirgerator") |
|
|
|
private String refrigerator; |
|
|
|
|
|
|
|
@ApiModelProperty(value = "自卸式压盖版") |
|
|
|
private String selfUnHyCoPl; |
|
|
|