feat:matterType

This commit is contained in:
苏竹红
2025-08-28 17:38:06 +08:00
parent ea910db3e3
commit f6b695bf69
2 changed files with 6 additions and 1 deletions

View File

@@ -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;
}