|
@@ -121,6 +121,7 @@ public class JyOrderList
|
|
|
@Excel(name = "结算服务费收入")
|
|
|
private Long totalRegimentalSettleAmount;
|
|
|
private Long mcnPromotionAmount;
|
|
|
+ private Long mcnSettlementAmount;
|
|
|
|
|
|
/** 订单时间 */
|
|
|
@Excel(name = "订单时间")
|
|
@@ -356,6 +357,14 @@ public class JyOrderList
|
|
|
this.mcnPromotionAmount = mcnPromotionAmount;
|
|
|
}
|
|
|
|
|
|
+ public Long getMcnSettlementAmount() {
|
|
|
+ return mcnSettlementAmount;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setMcnSettlementAmount(Long mcnSettlementAmount) {
|
|
|
+ this.mcnSettlementAmount = mcnSettlementAmount;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getStatDate() {
|
|
|
return statDate;
|
|
|
}
|
|
@@ -403,6 +412,7 @@ public class JyOrderList
|
|
|
", regimentalPromotionAmount=" + regimentalPromotionAmount +
|
|
|
", totalRegimentalSettleAmount=" + totalRegimentalSettleAmount +
|
|
|
", mcnPromotionAmount=" + mcnPromotionAmount +
|
|
|
+ ", mcnSettlementAmount=" + mcnSettlementAmount +
|
|
|
", statDate=" + statDate +
|
|
|
", statHour=" + statHour +
|
|
|
'}';
|