|
@@ -71,6 +71,12 @@ public class EtlKuaiShouGroupDailyReport {
|
|
@ApiModelProperty(value = "花费(元)")
|
|
@ApiModelProperty(value = "花费(元)")
|
|
private java.math.BigDecimal charge;
|
|
private java.math.BigDecimal charge;
|
|
/**
|
|
/**
|
|
|
|
+ * 出价
|
|
|
|
+ */
|
|
|
|
+ @Excel(name = "出价", width = 15)
|
|
|
|
+ @ApiModelProperty(value = "出价")
|
|
|
|
+ private Long bid;
|
|
|
|
+ /**
|
|
* 曝光数
|
|
* 曝光数
|
|
*/
|
|
*/
|
|
@Excel(name = "曝光数", width = 15)
|
|
@Excel(name = "曝光数", width = 15)
|