mesService.java
305 Bytes
package com.huaheng.api.mes.service;
import com.huaheng.api.mes.domain.MesDomain;
import com.huaheng.framework.web.domain.AjaxResult;
import com.huaheng.framework.web.domain.Result;
public interface mesService {
AjaxResult receipt(MesDomain mesDomain);
Result shipment(MesDomain mesDomain);
}