|
@@ -1,6 +1,7 @@
|
|
|
package com.zhongshu.card.server.core.domain.payment;
|
|
package com.zhongshu.card.server.core.domain.payment;
|
|
|
|
|
|
|
|
import cn.hutool.json.JSONObject;
|
|
import cn.hutool.json.JSONObject;
|
|
|
|
|
+import com.github.microservice.models.type.DeviceType;
|
|
|
import com.github.microservice.models.type.OrderFromType;
|
|
import com.github.microservice.models.type.OrderFromType;
|
|
|
import com.github.microservice.pay.client.model.ledger.TransactionLogModel;
|
|
import com.github.microservice.pay.client.model.ledger.TransactionLogModel;
|
|
|
import com.github.microservice.types.OrderModeType;
|
|
import com.github.microservice.types.OrderModeType;
|
|
@@ -109,6 +110,9 @@ public class ExpenseFlow extends SuperMain {
|
|
|
@Schema(description = "消费机设备ID")
|
|
@Schema(description = "消费机设备ID")
|
|
|
private String deviceId;
|
|
private String deviceId;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "设备类型")
|
|
|
|
|
+ private DeviceType deviceType;
|
|
|
|
|
+
|
|
|
@Schema(description = "设备所属区域信息")
|
|
@Schema(description = "设备所属区域信息")
|
|
|
private AreaSimpleModel area;
|
|
private AreaSimpleModel area;
|
|
|
|
|
|