|
@ -12,6 +12,7 @@ public class MatrixAdvRecordBo extends MatrixAdvRecordEditBo { |
|
|
public Integer id; |
|
|
public Integer id; |
|
|
|
|
|
|
|
|
public Long ecpmReal;//金币数
|
|
|
public Long ecpmReal;//金币数
|
|
|
|
|
|
public Long ecpmAdmin; |
|
|
|
|
|
|
|
|
public UserBo user; |
|
|
public UserBo user; |
|
|
|
|
|
|
|
@ -31,6 +32,7 @@ public class MatrixAdvRecordBo extends MatrixAdvRecordEditBo { |
|
|
this.createdAt = r.getCreatedAt().getTime(); |
|
|
this.createdAt = r.getCreatedAt().getTime(); |
|
|
this.id = r.getId(); |
|
|
this.id = r.getId(); |
|
|
this.ecpmReal = r.getEcpmReal(); |
|
|
this.ecpmReal = r.getEcpmReal(); |
|
|
|
|
|
this.ecpmAdmin = r.getEcpmAdmin(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void setUser(MatrixUser u) { |
|
|
public void setUser(MatrixUser u) { |
|
|