Files
yusheng-android/moduleUtil/src/main/java/com/qxcm/moduleutil/bean/RevenueBean.java
2025-08-08 10:31:50 +08:00

20 lines
447 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.qxcm.moduleutil.bean;
import lombok.Data;
@Data
public class RevenueBean {
private String 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;
}