Files
yusheng-android/BaseModule/src/main/java/com/xscm/moduleutil/bean/RevenueBean.java
梁小江 3dcdd1e599 1:修改金币钻石收支接口
2:修改进入房间添加字段
3:修改所有的图片展示,使用url作为key
2026-01-07 17:05:48 +08:00

20 lines
444 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package com.xscm.moduleutil.bean;
import lombok.Data;
@Data
public class RevenueBean {
private int id;
private String user_id;
private String change_type;
private String change_type_name;
private String change_value;
private String remarks;
private String createtime;
private int type; //1:金币 2钻石
// private String title;
// private String time;
// private String money;
// private String type;
}