Browse Source

c端返回ecpmAdmin

master
nili 3 months ago
parent
commit
6dc5c79e41
  1. 2
      game-service/src/main/java/awesome/group/game/service/bo/MatrixAdvRecordSimple.java

2
game-service/src/main/java/awesome/group/game/service/bo/MatrixAdvRecordSimple.java

@ -9,6 +9,7 @@ public class MatrixAdvRecordSimple {
public Integer advType;//1横幅,2插页,3激励视频 public Integer advType;//1横幅,2插页,3激励视频
public Long ecpm;//单位:分 public Long ecpm;//单位:分
public Long ecpmReal;//单位:分 public Long ecpmReal;//单位:分
public Long ecpmAdmin;//单位:分
public Long createdAt; public Long createdAt;
public MatrixAdvRecordSimple() { public MatrixAdvRecordSimple() {
@ -21,6 +22,7 @@ public class MatrixAdvRecordSimple {
this.advType = r.getAdvType(); this.advType = r.getAdvType();
this.ecpm = r.getEcpm(); this.ecpm = r.getEcpm();
this.ecpmReal = r.getEcpmReal(); this.ecpmReal = r.getEcpmReal();
this.ecpmAdmin = r.getEcpmAdmin();
this.createdAt = r.getCreatedAt().getTime(); this.createdAt = r.getCreatedAt().getTime();
} }
} }

Loading…
Cancel
Save