lin
2024-02-27 3501ca8469b1a09f22cf0d3dbbe1adf331ea814a
src/main/java/org/springblade/modules/category/entity/CategoryEntity.java
@@ -87,6 +87,12 @@
   private String description;
   /**
    * 排序
    */
   @ApiModelProperty(value = "排序")
   private Integer sort;
   /**
    * 是否删除
    */
   @TableLogic