package org.dromara.common.core.service; /** * 物料 */ public interface MatService { /** * 物料code转name * @param matCode * @return */ String selectMatNameByCode(String matCode); }