package com.qianwen.core.coderule.handler; import com.qianwen.core.coderule.dto.DropDownDTO; public interface DictHandler { DropDownDTO getDictInfo(String dictCode, String dictKey); }