Browse Source

消息类型补充

yuanliang 1 year ago
parent
commit
d02123582b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/utils/constant.ts

+ 9 - 0
src/utils/constant.ts

@@ -292,6 +292,15 @@ export const messageSenderFunctionModule = {
   SYSTEM: '系统',
   SYSTEM: '系统',
   TRAINING: '作业',
   TRAINING: '作业',
   COURSE: '课程',
   COURSE: '课程',
+  PAY: '缴费通知',
+  LEAVE: '请假通知',
+  VIPAPPLY: 'VIP课通知',
+  STUDENT: '学员通知',
+  MUSICGROUP: '退团通知',
+  MUSIC: '建团通知',
+  WORK: '作业通知',
+  OA: 'OA通知',
+  TEACHER: '老师通知',
 } as any
 } as any
 
 
 export const messageSendStatus= {
 export const messageSendStatus= {