郑许地铁
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime.Serialization; namespace ZXDT.CallCenter.Model { public enum SSOEnum:int { 没有登录=1, 没有权限=2, 成功 } }