Browse Source

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

main
科技小王子 4 weeks ago
parent
commit
77713e9ad8
  1. 3
      src/main/java/com/gxwebsoft/shop/entity/ShopOrderGoods.java

3
src/main/java/com/gxwebsoft/shop/entity/ShopOrderGoods.java

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

Loading…
Cancel
Save