Browse Source

修改 无桩号预警实体

develop
王兴琳 5 months ago
parent
commit
0e649bae1d
  1. 6
      zc-business/src/main/java/com/zc/business/domain/DcNoStakeWarningTable.java

6
zc-business/src/main/java/com/zc/business/domain/DcNoStakeWarningTable.java

@ -18,7 +18,7 @@ public class DcNoStakeWarningTable {
private Long id; private Long id;
@ApiModelProperty("预警描述") @ApiModelProperty("预警描述")
@Excel(name = "预警描述") @Excel(name = "预警描述")
private Long warningDescription; private String warningDescription;
@ApiModelProperty("预警类型") @ApiModelProperty("预警类型")
@Excel(name = "预警类型", readConverterExp = "1=交通流预警,2=气象预警") @Excel(name = "预警类型", readConverterExp = "1=交通流预警,2=气象预警")
private String warningType; private String warningType;
@ -28,5 +28,7 @@ public class DcNoStakeWarningTable {
@ApiModelProperty("预警时间") @ApiModelProperty("预警时间")
@Excel(name = "预警时间") @Excel(name = "预警时间")
private Date warningTime; private Date warningTime;
@ApiModelProperty("其他配置")
@Excel(name = "其他配置")
private String otherConfig;
} }

Loading…
Cancel
Save