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