xiaoyong931011
2023-07-26 e70f0cc17b3377a1e200490df94cda368098ff08
src/main/java/cc/mrbird/febs/mall/dto/MallGoodsUpdateDto.java
@@ -102,4 +102,8 @@
    private String houseName;
    private String houseAddress;
    //1:虚拟产品 2:实物
    private Integer isUnreal;
    private String videoUrl;
}