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