|
@@ -21,7 +21,7 @@ import lombok.EqualsAndHashCode;
|
|
|
* </p>
|
|
|
*
|
|
|
* @author wuhs
|
|
|
- * @since 2022-06-14
|
|
|
+ * @since 2023-08-18
|
|
|
*/
|
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = false)
|
|
@@ -136,6 +136,8 @@ public class TOrder implements Serializable {
|
|
|
|
|
|
private BigDecimal marketingAmount;
|
|
|
|
|
|
+ private String coupons;
|
|
|
+
|
|
|
@ApiModelProperty(value = "退款营销金额")
|
|
|
private BigDecimal refundMarketingAmount;
|
|
|
|
|
@@ -151,5 +153,14 @@ public class TOrder implements Serializable {
|
|
|
@ApiModelProperty(value = "公司平台,0或空为申泽,1为七云")
|
|
|
private String companyType;
|
|
|
|
|
|
+ @ApiModelProperty(value = "汇付分账明细")
|
|
|
+ private String acctSplitBunch;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "退款数量")
|
|
|
+ private Integer refundQuantity;
|
|
|
+
|
|
|
+ @ApiModelProperty(value = "设备类型,0:棉花糖,1,爆米花")
|
|
|
+ private String machineType;
|
|
|
+
|
|
|
|
|
|
}
|