app/src/main/java/com/yeshi/location/app/service/query/sos/SOSTargetInfoQuery.java
@@ -3,6 +3,26 @@ public class SOSTargetInfoQuery { private String sosId; private Long targetUid; private Integer status; public Integer getStatus() { return status; } public void setStatus(Integer status) { this.status = status; } public Long getTargetUid() { return targetUid; } public void setTargetUid(Long targetUid) { this.targetUid = targetUid; } public String getSosId() { return sosId;