@@ -11,4 +11,5 @@ public class Notice {
private String attachment; // 存放前端传过来的文件URL
private LocalDateTime createTime;
private LocalDateTime updateTime;
+ private String fileType;
}