Administrator
2025-09-03 b3e9345114427838f27a98d14c3fe4ba8599747d
src/main/java/cc/mrbird/febs/mall/vo/clothes/ApiClothesOrderListVo.java
@@ -25,6 +25,12 @@
    @ApiModelProperty(value = "类型图片")
    private String typeImage;
    @ApiModelProperty(value = "快递单号")
    private String expressNo;
    @ApiModelProperty(value = "物流公司")
    private String expressCom;
    @ApiModelProperty(value = "数量")
    private Integer goodsCnt;