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