广丰卷烟厂数采质量分析系统
baoshiwei
6 小时以前 e97b55310155a2dd691bd698a10295a4d867f60c
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.dromara.common.core.service;
 
/**
 * 物料
 */
public interface MatService {
    /**
     * 物料code转name
     * @param matCode
     * @return
     */
    String selectMatNameByCode(String matCode);
}