app/src/main/java/com/yeshi/location/app/entity/sos/SOSTargetInfo.java
@@ -52,6 +52,10 @@ @Show(title = "状态简介") private String statusDesc; @Show(title = "查阅时间") private Date readTime; @DaoQueryCondition @Indexed @Show(title = "创建时间") @@ -59,6 +63,9 @@ @Show(title = "更新时间") private Date updateTime; public static String createId(String sosId, Long targetUid) { @@ -128,4 +135,12 @@ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } public Date getReadTime() { return readTime; } public void setReadTime(Date readTime) { this.readTime = readTime; } }