Merge remote-tracking branch 'origin/wr' into wr

This commit is contained in:
suyiiyii 2024-08-10 00:37:05 +08:00
commit db370c2a15

View File

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