| | |
| | | */ |
| | | @TableField("local_lat") |
| | | @JsonProperty("LocaleLat") |
| | | private String localLat; |
| | | private String LocaleLat; |
| | | |
| | | /** |
| | | * 经度 |
| | | */ |
| | | @TableField("local_lng") |
| | | @JsonProperty("LocaleLng") |
| | | private String localLng; |
| | | private String LocaleLng; |
| | | |
| | | /** |
| | | * 设备的mn数据 |
| | |
| | | */ |
| | | @TableField("off_line_cause_by_shop_days") |
| | | @JsonProperty("OfflineCausedByShopDays") |
| | | private Integer offLineCauseByShopDays; |
| | | private Integer OfflineCausedByShopDays; |
| | | |
| | | /** |
| | | * 所属单位 |
| | |
| | | */ |
| | | @TableField("shop_close_days") |
| | | @JsonProperty("ShopClosedDays") |
| | | private Integer shopCloseDays; |
| | | private Integer ShopClosedDays; |
| | | |
| | | /** |
| | | * 状态[1:一般监测点,2:特殊监测点,99:废弃监测点] |