|
|
|
@ -30,6 +30,7 @@ public class PatrolPresetPos extends BaseEntity { |
|
|
|
|
|
|
|
// @JsonProperty("patrolpointId") |
|
|
|
// @JsonAlias({"patrolPointId"}) |
|
|
|
@JsonProperty("patrolpointId") |
|
|
|
private Long patrolPointId; |
|
|
|
@Excel( |
|
|
|
name = "通道ID" |
|
|
|
@ -59,6 +60,7 @@ public class PatrolPresetPos extends BaseEntity { |
|
|
|
private String algSubtypeCode; |
|
|
|
// @JsonProperty("eqpbookId") |
|
|
|
// @JsonAlias({"eqpBookId"}) |
|
|
|
@JsonProperty("eqpbookId") |
|
|
|
private String eqpBookId; |
|
|
|
private String channelCode; |
|
|
|
private String channelType; |
|
|
|
|