MesService.java 179 Bytes
package com.huaheng.api.mes.service;

import com.huaheng.framework.web.domain.AjaxResult;

public interface MesService {

    AjaxResult searchInventory(String materialCode);


}