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