From 648234ac152ecb00bf44fc6e867eb23c0590a712 Mon Sep 17 00:00:00 2001 From: linwei <872216696@qq.com> Date: Tue, 20 Feb 2024 16:10:17 +0800 Subject: [PATCH] 报事报修网格员查询不出来 --- src/main/java/org/springblade/modules/category/entity/CategoryEntity.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/springblade/modules/category/entity/CategoryEntity.java b/src/main/java/org/springblade/modules/category/entity/CategoryEntity.java index 7ae3722..88056eb 100644 --- a/src/main/java/org/springblade/modules/category/entity/CategoryEntity.java +++ b/src/main/java/org/springblade/modules/category/entity/CategoryEntity.java @@ -87,6 +87,12 @@ private String description; /** + * 排序 + */ + @ApiModelProperty(value = "排序") + private Integer sort; + + /** * 是否删除 */ @TableLogic -- Gitblit v1.9.3