bug 26 标签管理页面,点击导出后,内容展示不全

This commit is contained in:
Liuyang 2025-01-11 17:05:00 +08:00
parent 05105809d7
commit 09912d7696

View File

@ -36,6 +36,7 @@ public class LabelRespVO {
@Schema(description = "标签排序")
@NotNull(message = "标签排序不能为空")
@ExcelProperty("排序")
private String sorted;
}
}