bug修复

This commit is contained in:
guo 2024-04-03 18:58:59 +08:00
parent c999aef306
commit 8c99faacf5

View File

@ -56,13 +56,13 @@ public class XzNotice implements Serializable {
*/
@Excel(name = "应用", width = 15)
@ApiModelProperty(value = "应用")
private java.lang.Integer app;
private java.lang.String app;
/**
* 标签
*/
@Excel(name = "标签", width = 15)
@ApiModelProperty(value = "标签")
private java.lang.Integer tag;
private java.lang.String tag;
/**
* 操作/接收时间
*/
@ -76,7 +76,7 @@ public class XzNotice implements Serializable {
*/
@Excel(name = "1已读0未读", width = 15)
@ApiModelProperty(value = "1已读0未读")
private java.lang.Integer isread;
private java.lang.Integer isRead;
/**
* 创建时间 yyyy-MM-dd HH:mm:ss
*/