admin
2021-11-27 4f015b8c624484e0c3b2d88b944163ce43a48d1f
app/src/main/java/com/yeshi/location/app/service/query/sos/SOSRecordQuery.java
@@ -1,7 +1,10 @@
package com.yeshi.location.app.service.query.sos;
import java.util.Date;
public class SOSRecordQuery {
    private Long uid;
    private Date maxCreateTime;
    public Long getUid() {
        return uid;
@@ -10,4 +13,12 @@
    public void setUid(Long uid) {
        this.uid = uid;
    }
    public Date getMaxCreateTime() {
        return maxCreateTime;
    }
    public void setMaxCreateTime(Date maxCreateTime) {
        this.maxCreateTime = maxCreateTime;
    }
}