This commit is contained in:
wyn
2026-04-28 17:21:51 +08:00
parent dca56c9493
commit f57f5dc9d9
11 changed files with 194 additions and 27 deletions

View File

@@ -16,6 +16,7 @@ public class BuyOrderRefund implements Serializable {
@TableId
private Integer id;
private String refundNo;
private Integer userId;
//订单类型 线上 线下
private String type;