|
|
@ -2,7 +2,7 @@ package com.op.wms.service;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
import com.op.system.api.domain.wms.MesReportWork;
|
|
|
|
import com.op.system.api.domain.wms.wmsReportWork;
|
|
|
|
import com.op.wms.domain.WmsProductPut;
|
|
|
|
import com.op.wms.domain.WmsProductPut;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -73,7 +73,7 @@ public interface IWmsProductPutService {
|
|
|
|
|
|
|
|
|
|
|
|
public WmsProductPut WmsProductPutByWorkOrderqueryPC(WmsProductPut wmsProductPut);
|
|
|
|
public WmsProductPut WmsProductPutByWorkOrderqueryPC(WmsProductPut wmsProductPut);
|
|
|
|
|
|
|
|
|
|
|
|
List<MesReportWork> getReportList(MesReportWork mesReportWork);
|
|
|
|
List<wmsReportWork> getReportList(wmsReportWork mesReportWork);
|
|
|
|
|
|
|
|
|
|
|
|
String addReportListSap(List<MesReportWork> mesReportWork);
|
|
|
|
String addReportListSap(List<wmsReportWork> mesReportWork);
|
|
|
|
}
|
|
|
|
}
|
|
|
|