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

import com.huaheng.api.mes.domain.ProductReceiptDomain;
import com.huaheng.framework.web.domain.AjaxResult;

public interface MesService {

    AjaxResult productReceiptAdd(ProductReceiptDomain domain);
}