init
This commit is contained in:
@@ -34,11 +34,11 @@ public class UnionUser implements Serializable {
|
||||
*/
|
||||
private Long userId;
|
||||
/**
|
||||
* 视频分成比例 例子"0.7"
|
||||
* 视频分成比例
|
||||
*/
|
||||
private BigDecimal videoDivide;
|
||||
/**
|
||||
* 礼物分成比例 例子"0.7"
|
||||
* 礼物分成比例
|
||||
*/
|
||||
private BigDecimal giftDivide;
|
||||
/**
|
||||
@@ -54,7 +54,7 @@ public class UnionUser implements Serializable {
|
||||
*/
|
||||
private Long unionEarning;
|
||||
/**
|
||||
* 是否为主动邀请,1=主动、0=被动
|
||||
* 是否为主动邀请
|
||||
*/
|
||||
private Integer isInitiative;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user