admin
2022-10-28 0e9b6603d4ae9d11c1fbc90257ce816c5807b8ff
app/src/main/java/com/yeshi/makemoney/app/service/query/goldcorn/GoldCornConsumeRecordQuery.java
@@ -10,6 +10,8 @@
    private Long uid;
    private String eventId;
    public GoldCornConsumeType getType() {
        return type;
@@ -26,4 +28,12 @@
    public void setUid(Long uid) {
        this.uid = uid;
    }
    public String getEventId() {
        return eventId;
    }
    public void setEventId(String eventId) {
        this.eventId = eventId;
    }
}