修复订单商品没有排序字段的bug

This commit is contained in:
2025-07-30 02:21:41 +08:00
parent 1e38472629
commit 77713e9ad8

View File

@@ -90,6 +90,9 @@ public class ShopOrderGoods implements Serializable {
@Schema(description = "过期时间")
private Date expirationTime;
@Schema(description = "排序号")
private Integer sortNumber;
@Schema(description = "备注")
private String comments;