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