Administrator
2025-08-25 ff82084c84f588de78c294fcbe3cbfd006436371
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;