[fix]修改feedback对象字段

This commit is contained in:
wangqx 2025-08-28 09:43:21 +08:00
parent a47bc23853
commit e7c0d39162
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ public class Feedback extends BaseAudit {
@Schema(description ="反馈对象ID")
private Long aimId;
private String aimId;
@Schema(description ="反馈对象类型 1 会员 2 群组 3 评论 4 视频 5 聊天" )
private Integer aimType;

View File

@ -46,7 +46,7 @@ public class FeedbackVO {
@Schema(description ="反馈对象ID")
@Excel(name = "反馈对象ID")
private Long aimId;
private String aimId;
@Schema(description ="反馈对象类型 1 会员 2 群组 3 评论 4 视频 5 聊天" )
private BaseAudit aimObject;