Enum Class的使用
cn.jrack.springboot.web.core.response.ResultCode
使用ResultCode的程序包
-
cn.jrack.springboot.web.core.response中ResultCode的使用
修饰符和类型方法说明static ResultCodeReturns the enum constant of this class with the specified name.static ResultCode[]ResultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.