[fix]修改feedback对象字段
This commit is contained in:
parent
a47bc23853
commit
e7c0d39162
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user