类分层结构
- java.lang.Object
- pro.yinghuo.common.response.QueryResult<T> (implements java.io.Serializable)
- pro.yinghuo.common.response.ResponseResult (implements pro.yinghuo.common.response.Response)
- pro.yinghuo.common.response.QueryResponseResult<T> (implements java.io.Serializable)
接口分层结构
- pro.yinghuo.common.response.Response
- pro.yinghuo.common.response.ResultCode
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- pro.yinghuo.common.response.CommonCode (implements pro.yinghuo.common.response.ResultCode)
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)