|
|
@@ -61,6 +61,12 @@ public class ExpenseFlow extends SuperMain {
|
|
|
@Schema(description = "支付方式")
|
|
|
private PaymentType paymentType;
|
|
|
|
|
|
+ @Schema(description = "支付来源:刷卡 二维码 刷脸")
|
|
|
+ private OrderFromType orderFromType;
|
|
|
+
|
|
|
+ @Schema(description = "订单失效时间")
|
|
|
+ private Long expirationTime;
|
|
|
+
|
|
|
//----------------------------消费关联的用户信息 start ----------------------
|
|
|
@Schema(description = "消费的用户userId")
|
|
|
private String userId;
|
|
|
@@ -90,9 +96,6 @@ public class ExpenseFlow extends SuperMain {
|
|
|
@Schema(description = "支付设备和方式")
|
|
|
private PaymentDeviceType paymentDeviceType;
|
|
|
|
|
|
- @Schema(description = "支付来源:刷卡 二维码 刷脸")
|
|
|
- private OrderFromType orderFromType;
|
|
|
-
|
|
|
@Schema(description = "卡片的编号,也是终端刷卡的 卡号")
|
|
|
private String cardNo = "";
|
|
|
|