From 4f015b8c624484e0c3b2d88b944163ce43a48d1f Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 27 十一月 2021 17:15:28 +0800 Subject: [PATCH] 功能完善 --- app/src/main/java/com/yeshi/location/app/service/query/sos/SOSTargetInfoQuery.java | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/yeshi/location/app/service/query/sos/SOSTargetInfoQuery.java b/app/src/main/java/com/yeshi/location/app/service/query/sos/SOSTargetInfoQuery.java index 0924612..f95a4ae 100644 --- a/app/src/main/java/com/yeshi/location/app/service/query/sos/SOSTargetInfoQuery.java +++ b/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; -- Gitblit v1.8.0