Administrator
2025-09-12 33254f13aee89e0a757ab0b0415539f1fda13607
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;