二级分类

This commit is contained in:
tortoise 2024-08-10 00:27:29 +08:00
parent d5e1fb4db7
commit 2fc0cc9926

View File

@ -22,6 +22,8 @@ public class RewardPunishmentCategory {
private Integer categoryId;
// 类别名称
private String categoryName;
private String subCategoryName;
// 类别说明
private String description;