接口 IEnum<T extends Serializable>


public interface IEnum<T extends Serializable>
自定义枚举接口
从以下版本开始:
3.4.0
作者:
hubin
  • 方法概要

    修饰符和类型 方法 说明
    T getValue()
    枚举数据库存储值
  • 方法详细资料

    • getValue

      T getValue()
      枚举数据库存储值