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