港澳服务专区增加字段
This commit is contained in:
+1
@@ -17,6 +17,7 @@ import java.util.List;
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
@ApiModel("BI-港澳服务专区")
|
||||
public class HkMacaoServiceZoneVO {
|
||||
|
||||
|
||||
+1
@@ -11,6 +11,7 @@ import lombok.NoArgsConstructor;
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
@ApiModel("BI-港澳服务专区-地图点位")
|
||||
public class HkMapPointVO {
|
||||
|
||||
|
||||
+21
@@ -1,5 +1,6 @@
|
||||
package com.mhd.bi.interfaces.facadeApi.biReport.vo.hkMacaoZone;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
||||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@@ -38,4 +39,24 @@ public class HkVehicleDetailsVO {
|
||||
@JsonProperty("update_time")
|
||||
@ApiModelProperty("更新时间")
|
||||
private String updateTime;
|
||||
|
||||
@ApiModelProperty("状态")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty("运输方向")
|
||||
private String direction;
|
||||
|
||||
@ApiModelProperty("货物类型")
|
||||
private String cargo;
|
||||
|
||||
@ApiModelProperty("预计到达时间")
|
||||
private String eta;
|
||||
|
||||
@JsonProperty("transportion_number")
|
||||
@ApiModelProperty("运单号")
|
||||
private String transportionNumber;
|
||||
|
||||
@JsonProperty("cargo_source")
|
||||
@ApiModelProperty("货源")
|
||||
private String cargoSource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user