namespace iWareCommon.Common.EnumType { public enum ETimeType { 年, 月, 周, 天 } }