package com.njzscloud.common.ienum; /** * "值" 类型为 Integer
* 枚举应实现此接口 * * @see DictStr */ public interface DictInt extends Dict { }