|
@@ -120,6 +120,7 @@ public class JyOrderList
|
|
|
/** 结算服务费收入 */
|
|
|
@Excel(name = "结算服务费收入")
|
|
|
private Long totalRegimentalSettleAmount;
|
|
|
+ private Long mcnPromotionAmount;
|
|
|
|
|
|
/** 订单时间 */
|
|
|
@Excel(name = "订单时间")
|
|
@@ -347,6 +348,14 @@ public class JyOrderList
|
|
|
this.totalRegimentalSettleAmount = totalRegimentalSettleAmount;
|
|
|
}
|
|
|
|
|
|
+ public Long getMcnPromotionAmount() {
|
|
|
+ return mcnPromotionAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMcnPromotionAmount(Long mcnPromotionAmount) {
|
|
|
+ this.mcnPromotionAmount = mcnPromotionAmount;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getStatDate() {
|
|
|
return statDate;
|
|
|
}
|
|
@@ -393,6 +402,7 @@ public class JyOrderList
|
|
|
", commissionRate=" + commissionRate +
|
|
|
", regimentalPromotionAmount=" + regimentalPromotionAmount +
|
|
|
", totalRegimentalSettleAmount=" + totalRegimentalSettleAmount +
|
|
|
+ ", mcnPromotionAmount=" + mcnPromotionAmount +
|
|
|
", statDate=" + statDate +
|
|
|
", statHour=" + statHour +
|
|
|
'}';
|