using System; using System.Collections.Generic; using System.Text; namespace CZKJ.GBRS2.Enum { public enum UserStateEnum { 启用 = 1, 禁用 = 2 } }