drone-service/drone-fw/src/main/java/org/sxkj/fw/device/entity/FwDeviceEntity.java
@@ -47,7 +47,7 @@ * 外部来源设备Id */ @ApiModelProperty(value = "外部来源设备Id") private String airportld; private String airportId; /** * 设备名称 @@ -155,4 +155,16 @@ @ApiModelProperty(value = "区域编码") private String areaCode; /** * 设备出入库状态 0未出库1已出库 */ @ApiModelProperty(value = "设备出入库状态 0未出库1已出库") private Integer trackStatus; @ApiModelProperty(value = "最终出库区域(设备出库后的部署区域名称/编码)") private String finalOutboundArea; @ApiModelProperty(value = "是否启用:1启用 0禁用") private Integer isEnabled; }