| | |
| | | @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("上级分类名称") |
| | |
| | | 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") |