This commit is contained in:
张良(004796)
2024-01-24 19:03:03 +08:00
parent 17895469ee
commit 31036e69af
6 changed files with 201 additions and 15 deletions

View File

@@ -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;
}