forked from I3-YF/i3plus-mes-pcn-yfai
大包套小包逻辑
parent
7a0c88a975
commit
ce178a01ef
@ -1,8 +1,12 @@
|
||||
package cn.estsh.i3plus.ext.mes.pcn.api.busi;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.bean.MesContainerSn;
|
||||
import cn.estsh.impp.framework.boot.util.ResultBean;
|
||||
|
||||
public interface IMesPackageContainerSnService {
|
||||
|
||||
ResultBean packageContain(String organizeCode, String userName, String containSn, String sn);
|
||||
|
||||
|
||||
ResultBean containerToContainer(String organizeCode, String userName, MesContainerSn masterContainerSn, MesContainerSn subContainerSn);
|
||||
}
|
||||
|
Loading…
Reference in New Issue