|
@@ -69,6 +69,18 @@ public class NoticeInfoVO {
|
|
* 更新时间
|
|
* 更新时间
|
|
*/
|
|
*/
|
|
private LocalDateTime updateTime;
|
|
private LocalDateTime updateTime;
|
|
|
|
+ /**
|
|
|
|
+ *范围而id
|
|
|
|
+ */
|
|
|
|
+ private String scopeId;
|
|
|
|
+ /**
|
|
|
|
+ *范围url
|
|
|
|
+ */
|
|
|
|
+ private String scopeUrl;
|
|
|
|
+ /**
|
|
|
|
+ *范围名称
|
|
|
|
+ */
|
|
|
|
+ private String scopeName;
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|