订单退款方式

This commit is contained in:
2025-04-08 09:35:07 +08:00
parent f6b4504132
commit 4e9d4b620f
4 changed files with 14 additions and 9 deletions

View File

@@ -23,7 +23,6 @@ import lombok.NoArgsConstructor;
* @since 2025-02-13
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
@Table("tb_order_info")
@@ -128,6 +127,10 @@ public class OrderInfo implements Serializable {
* 台桌名称
*/
private String tableName;
/**
* 退款方式 现金退款-cash 原路退回-payBack
*/
private String refundType;
/**
* 订单类型-

View File

@@ -71,6 +71,10 @@ public class OrderInfoVo implements Serializable {
* miniapp小程序
*/
private String orderType;
/**
* 退款方式 现金退款-cash 原路退回-payBack
*/
private String refundType;
/**
* 平台类型 pc 收银机客户端 wechat 微信小程序 alipay 支付宝小程序 admin-pc PC管理端 admin-app APP管理端