枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.easycodebox.common.enums.entity.YesNo (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.RequestMethod (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.ProjectEnv (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.PhoneType (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.OpenClose (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.LogLevel (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.Gender (implements com.easycodebox.common.enums.DetailEnum<T>)
- com.easycodebox.common.enums.entity.DataType (implements com.easycodebox.common.enums.DetailEnum<T>)
Copyright © 2016. All rights reserved.