feat:bug修复
This commit is contained in:
@@ -79,7 +79,7 @@ public class StoreMessageDO {
|
||||
* 撤销状态(0:未撤销 1:已撤销)
|
||||
*/
|
||||
@Column(name = "revoke_status")
|
||||
private Boolean revokeStatus;
|
||||
private Integer revokeStatus;
|
||||
|
||||
/**
|
||||
* 撤销时间
|
||||
|
||||
@@ -30,4 +30,6 @@ public class MessageDetailVO {
|
||||
@ApiModelProperty("发布人")
|
||||
private String publishUserName;
|
||||
|
||||
private String publishUserId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user