无关风月
2025-04-21 1668fe1b912d07191c9fd7f20808d7d2162bc8e8
ruoyi-service/ruoyi-worker/src/main/java/com/ruoyi/worker/entity/RecoveryClassify.java
@@ -24,7 +24,7 @@
@ApiModel(value = "RecoveryClassify对象", description = "回收分类表")
public class RecoveryClassify extends BaseEntity {
    @TableId(value = "id",type = IdType.AUTO)
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty("上级分类名称")
@@ -44,12 +44,12 @@
    private String classificationPicture;
    @ApiModelProperty("分类描述")
    @TableField("describe")
    private String describe;
    @TableField("type_describe")
    private String typeDescribe;
    @ApiModelProperty("排序权重")
    @TableField("order")
    private Integer order;
    @TableField("sort")
    private Integer sort;
    @ApiModelProperty("分类简介")
    @TableField("brief_introduction")