沈斌
2018-02-02 a40c4e1df1931cd3bf25b28a60be5526f74d916d
1
2
3
4
5
6
package com.moral.entity.alarm;
 
public enum AlarmStyle {
    //微信,邮件,短信,语音
    weixin,email,sms,voice
}