xuxueyang
2024-09-18 38d8abee8db1034b4cc3fae8613e8328653a1080
src/main/java/com/mzl/flower/entity/supplier/Supplier.java
@@ -70,5 +70,7 @@
    @ApiModelProperty("是否显示商品")
    private Boolean showed;
    @ApiModelProperty("启用/禁用")
    private Boolean isEnabled;
}