namespace iWareCommon.Common.EnumType { public enum ELabelStatus { 未删除, 已删除 } }