完成盲盒转盘功能,除去巡乐会,
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.xscm.moduleutil.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import lombok.Data;
|
||||
/**
|
||||
*@author qx
|
||||
@@ -17,4 +19,8 @@ public class GiftBean {
|
||||
private String base_image;
|
||||
private String gift_type;
|
||||
private int number;
|
||||
private String createtime;
|
||||
private String nickname;
|
||||
private String count;
|
||||
private String user_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user