MrShi
2026-04-27 b898e42bd46726a0c25081ca79136911b4ca1b4c
server/services/src/main/java/com/doumee/dao/business/model/Category.java
@@ -98,4 +98,8 @@
    @ApiModelProperty(value = "图标全路径")
    @TableField(exist = false)
    private String iconFull;
    @ApiModelProperty(value = "自关联对象名称")
    @TableField(exist = false)
    private String relationName;
}