namespace iWareCommon.Common.EnumType { public enum EStatus { 启用 = 1, 禁用 = 0 } }