|
|
@@ -1,6 +1,7 @@
|
|
|
package com.github.microservice.models.hxz;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
+import com.github.microservice.models.type.OrderFromType;
|
|
|
import com.github.microservice.models.type.PaymentType;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.AllArgsConstructor;
|
|
|
@@ -43,7 +44,10 @@ public class ConsumTransactionsModel extends HxzSuperModel implements Serializab
|
|
|
private Menus[] Menus;
|
|
|
|
|
|
@Schema(description = "支付方式")
|
|
|
- PaymentType paymentType = PaymentType.UserWallet;
|
|
|
+ private PaymentType paymentType = PaymentType.UserWallet;
|
|
|
+
|
|
|
+ @Schema(description = "支付来源:刷卡 二维码")
|
|
|
+ private OrderFromType orderFromType;
|
|
|
|
|
|
@Data
|
|
|
@AllArgsConstructor
|