server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Platform.java
@@ -71,6 +71,9 @@ @ApiModelProperty(value = "状态 0正常 1禁用", example = "1") @ExcelColumn(name="状态 0正常 1禁用") private Integer status; @ApiModelProperty(value = "类型 0整托盘 1散件", example = "1") @ExcelColumn(name="类型 0整托盘 1散件") private Integer type; @ApiModelProperty(value = "月台状态 0-无车 1-有车 2-超时停靠 3-错误停靠", example = "1") @ExcelColumn(name="月台状态 0-无车 1-有车 2-超时停靠 3-错误停靠") private Integer platformStatus;