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