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