bug修复
This commit is contained in:
parent
c999aef306
commit
8c99faacf5
@ -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
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user