|
@@ -133,6 +133,24 @@ public class DemSecurityFire implements Serializable {
|
|
|
@JsonProperty("sign")
|
|
|
private String sign;
|
|
|
|
|
|
+ @JsonProperty("enterprise_name")
|
|
|
+ private String enterpriseName;
|
|
|
+
|
|
|
+ @JsonProperty("facility_type")
|
|
|
+ private String facilityType;
|
|
|
+
|
|
|
+ @JsonProperty("employees")
|
|
|
+ private String employees;
|
|
|
+
|
|
|
+ @JsonProperty("station_person")
|
|
|
+ private String stationPerson;
|
|
|
+
|
|
|
+ @JsonProperty("station_address")
|
|
|
+ private String stationAddress;
|
|
|
+
|
|
|
+ @JsonProperty("data_type")
|
|
|
+ private String dataType;
|
|
|
+
|
|
|
/**
|
|
|
* 创建时间
|
|
|
*/
|