We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd0617 commit 160ab8dCopy full SHA for 160ab8d
continew-module-system/src/main/java/top/continew/admin/system/model/resp/NoticeResp.java
@@ -18,6 +18,7 @@
18
19
import io.swagger.v3.oas.annotations.media.Schema;
20
import lombok.Data;
21
+import top.continew.admin.system.enums.NoticeScopeEnum;
22
import top.continew.admin.system.enums.NoticeStatusEnum;
23
import top.continew.starter.extension.crud.model.resp.BaseResp;
24
@@ -76,7 +77,7 @@ public NoticeStatusEnum getStatus() {
76
77
* 通知范围
78
*/
79
@Schema(description = "通知范围(1.所有人 2.指定用户)", example = "1")
- private Integer noticeScope;
80
+ private NoticeScopeEnum noticeScope;
81
82
/**
83
* 指定用户
0 commit comments