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