KKSU
2025-02-08 35ec950269834c253e503c50677829dc3ba51092
src/main/java/cc/mrbird/febs/mall/vo/OrderListVo.java
@@ -60,4 +60,7 @@
    @ApiModelProperty(value = "快递单号")
    private String expressNo;
    @ApiModelProperty(value = "是否赠送 1-是 2-否")
    private Integer isFree;
}