fengxiang
2018-09-27 7c46bd2e4c3921fe6f77682f1c80ff5c7e927539
1
2
3
4
5
6
package com.moral.entity.alarm;
 
public enum AlarmStyle {
    //微信,邮件,短信,语音
    weixin,email,sms,voice
}