/** 系统-字典数据 服务 */
export interface DictItemService {

  /** 查询字典缓存 */
  caches: () => Promise<any>;
}