You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hrm-attendance/WEB-INF/prop/MailMessageForAction.proper...

17 lines
484 B
Properties

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

##配置引用了Action的流程的邮件提醒信息该Aciton是给流程创建人发送邮件
##title表示邮件标题
##content表示邮件内容
##默认配置信息
Action.default.title.begin="A";
Action.default.title.end="B";
Action.default.content.begin="C";
Action.default.content.end="D";
##单独指定某个流程的配置信息,假设该流程id=11
Action.workflow11.title.begin="1..........";
Action.workflow11.title.end="2..........";
Action.workflow11.content.begin="3..........";
Action.workflow11.content.end="4..........";