1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||
package com.epmet.constant; |
|||
|
|||
/** |
|||
* @Description 项目跟踪模块消息通知 |
|||
* @Author sun |
|||
*/ |
|||
public interface UserMessageConstant { |
|||
|
|||
/** |
|||
* 消息标题 |
|||
*/ |
|||
String ISSUE_TITLE = "您有一条项目消息"; |
|||
|
|||
/** |
|||
* 议题转项目、项目流转、项目退回消息模板 |
|||
*/ |
|||
String ISSUE_RESLOVED_MSG = "您好。您收到一条【%s】的新信息,请您尽快处理。"; |
|||
|
|||
} |
Loading…
Reference in new issue