feat:matterType
This commit is contained in:
@@ -13,9 +13,11 @@ import java.util.Date;
|
||||
@Data
|
||||
public class StoreMessageVO {
|
||||
private Long id;
|
||||
@ApiModelProperty("模版COde")
|
||||
@ApiModelProperty("模版Code")
|
||||
private Integer moduleCode;
|
||||
|
||||
private Integer matterType;
|
||||
|
||||
@ApiModelProperty("模版ID")
|
||||
private Long templateId;
|
||||
@ApiModelProperty("已读状态")
|
||||
@@ -37,4 +39,6 @@ public class StoreMessageVO {
|
||||
|
||||
private String jumpUrl;
|
||||
|
||||
private String resource;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user