xiaoyong931011
2023-07-26 50db1b4f8a9e0b8a69335b6a461cd353db776db7
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;
}