xiaoyong931011
2023-08-14 80ca4f864853a2878944c46efa351af677bee9eb
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;
}