123
This commit is contained in:
@@ -6,7 +6,7 @@ import lombok.Data;
|
||||
@Data
|
||||
public class VideoSettleResp {
|
||||
private ConsumeLog consumeLog;
|
||||
private Long payCoin;
|
||||
private Long payIncome;
|
||||
private Long anchorIncome;
|
||||
private Long payCoin = 0L;
|
||||
private Long payIncome = 0L;
|
||||
private Long anchorIncome = 0L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user