package org.dromara.common.core.service; /** * 判定依据 */ public interface JudgeService { /** * 判定依据code转name * @param judgeCode * @return */ String selectJudgeNameByCode(String judgeCode); }