This commit is contained in:
wyn
2026-04-28 18:15:23 +08:00
parent 43d0340593
commit f50e17aa87
8 changed files with 113 additions and 22 deletions

View File

@@ -29,6 +29,7 @@ public class BuyOrderRefund implements Serializable {
private int deductShipping;
//商品名称
private String title;
private int status;
private String remark;
private Date createTime;
}