|
@@ -73,5 +73,28 @@ public class TradeOrderPageReqVO extends PageParam {
|
|
|
|
|
|
@Schema(description = "店铺编号集")
|
|
|
private List<Long> shopIds;
|
|
|
+ @Schema(description = "支付积分")
|
|
|
+ private Long payIntegral;
|
|
|
+
|
|
|
+ @Schema(description = "用户获得积分")
|
|
|
+ private Long increaseIntegral;
|
|
|
+
|
|
|
+ @Schema(description = "退还的使用的积分")
|
|
|
+ private Long refundIntegral;
|
|
|
+
|
|
|
+ @Schema(description = "实付人民币,单位:分")
|
|
|
+ private Integer payRmb;
|
|
|
+
|
|
|
+ @Schema(description = "订阅物流信息,未订阅是0,已订阅是1", requiredMode = Schema.RequiredMode.REQUIRED)
|
|
|
+ private Integer subscriptionLogisticsInfo;
|
|
|
+
|
|
|
+ @Schema(description = "物流签收时间")
|
|
|
+ private LocalDateTime receivingTime;
|
|
|
+
|
|
|
+ @Schema(description = "发货备注", example = "你猜")
|
|
|
+ private String deliveryRemark;
|
|
|
+
|
|
|
+ @Schema(description = "发货信息附件")
|
|
|
+ private String attachment;
|
|
|
|
|
|
}
|