gongzuming
2024-10-24 033a9818145a30aad1f4250f1f3e706d11fe1734
src/main/java/com/mzl/flower/entity/supplier/Supplier.java
@@ -70,5 +70,7 @@
    @ApiModelProperty("是否显示商品")
    private Boolean showed;
    @ApiModelProperty("启用/禁用")
    private Boolean isEnabled;
}