package com.yihu.ehr.resource.constants; /** * @author l4qiang */ public interface MicroServiceApi { interface Service { String RESOURCE = "svr-resource"; } interface Resource { String DICT_ENTRY = "cache/dict-entry"; } }