xiaoyong931011
2023-07-26 4026a89eac8ac5c2df3afd2ec486ab42566b201a
src/main/java/cc/mrbird/febs/mall/vo/MallGoodsDetailsVo.java
@@ -99,4 +99,7 @@
    @ApiModelProperty(value = "3级代理价格")
    private BigDecimal levelThreePrice;
    @ApiModelProperty(value = "1:虚拟 2:实物")
    private Integer isUnreal;
}