namespace CRM.Core.CoreService.PkgSms.InterfaceModel { class MsgEnums { } public enum SubmitStatus { /// /// 提交成功 /// success = 1, /// /// 提交失败 /// fail = 0 } public enum SmsAccountID { /// /// 一正 /// YZ = 16, /// /// 一正优先 /// YZ2 = 17, TencentSms = 18 } }