Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
ba9f4c80
Commit
ba9f4c80
authored
Apr 10, 2025
by
fudahua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-目标管理-2025-03' into 'master'
Feature 目标管理 2025 03 See merge request
!2770
parents
71076df3
d9482558
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
NoticeMessageTypeEnum.java
...om/gic/haoban/manage/api/enums/NoticeMessageTypeEnum.java
+7
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/enums/NoticeMessageTypeEnum.java
View file @
ba9f4c80
...
...
@@ -109,8 +109,14 @@ public enum NoticeMessageTypeEnum {
AUTHORIZED_LOGIN_NOTIFY
(
8001
,
"账号授权通知"
,
NoticeMessageCategoryTypeEnum
.
AUTHORIZED
.
getType
(),
"authorized_login_notify"
,
"/pages/route/index?pageType="
,
"hbapp_video_auth"
,
"authorizedLoginNotify"
,
"haobanNotice"
),
AUTHORIZED_LOGOUT_NOTIFY
(
8002
,
"账号异常退出登录通知"
,
NoticeMessageCategoryTypeEnum
.
AUTHORIZED
.
getType
(),
"authorized_logout_notify"
,
"/pages/route/index?pageType="
,
"hbapp_video_auth"
,
"authorizedLogoutNotify"
,
"haobanNotice"
),
DATA_EXPORT_NOTIFY
(
9001
,
"数据导出通知"
,
NoticeMessageCategoryTypeEnum
.
OTHER
.
getType
(),
"data_export_notify"
,
"/pages/route/index?pageType="
,
"hbapp_data_export"
,
"dataExportNotify"
,
"haobanNotice"
)
;
DATA_EXPORT_NOTIFY
(
9001
,
"数据导出通知"
,
NoticeMessageCategoryTypeEnum
.
OTHER
.
getType
(),
"data_export_notify"
,
"/pages/route/index?pageType="
,
"hbapp_data_export"
,
"dataExportNotify"
,
"haobanNotice"
)
,
OBJECTIVES_CREATE
(
9002
,
"目标设置通知"
,
NoticeMessageCategoryTypeEnum
.
OTHER
.
getType
(),
"objectivesCreate"
,
"/pages/route/index?pageType="
,
"hbapp_task_kpi_detail"
,
"objectivesCreate"
,
"haobanNotice"
),
OBJECTIVES_CHANGE
(
9003
,
"目标设置通知"
,
NoticeMessageCategoryTypeEnum
.
OTHER
.
getType
(),
"objectivesChange"
,
"/pages/route/index?pageType="
,
"hbapp_task_kpi_detail"
,
"objectivesChange"
,
"haobanNotice"
),
OBJECTIVES_CLERK_CREATE
(
9004
,
"目标设置通知"
,
NoticeMessageCategoryTypeEnum
.
OTHER
.
getType
(),
"objectivesClerkCreate"
,
"/pages/route/index?pageType="
,
"objectives_clerk_create"
,
"objectivesClerkCreate"
,
"haobanNotice"
),
OBJECTIVES_CLERK_CHANGE
(
9005
,
"目标设置通知"
,
NoticeMessageCategoryTypeEnum
.
OTHER
.
getType
(),
"objectivesClerkChange"
,
"/pages/route/index?pageType="
,
"objectives_clerk_change"
,
"objectivesClerkChange"
,
"haobanNotice"
),
;
/**
* 消息类型
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment