namespace HL_FristAidPlatform_Public { public enum SevenSegmentClockStyle { DateOnly, // 只显示日期 TimeOnly, // 只显示时间 DateAndTime //显示日期和时间 } }