|
|
|
@ -160,6 +160,8 @@ public class PatrolResult extends BaseEntity { |
|
|
|
|
|
|
|
private List<Long> mainIds; |
|
|
|
|
|
|
|
private String coordinatePixel; |
|
|
|
|
|
|
|
public PatrolResult(String mainId) { |
|
|
|
this.mainId = mainId; |
|
|
|
} |
|
|
|
@ -236,6 +238,7 @@ public class PatrolResult extends BaseEntity { |
|
|
|
", patrolPointName='" + patrolPointName + '\'' + |
|
|
|
", channelCode='" + channelCode + '\'' + |
|
|
|
", mainIds='" + mainIds + '\'' + |
|
|
|
", coordinatePixel='" + coordinatePixel + '\'' + |
|
|
|
'}'; |
|
|
|
} |
|
|
|
} |