forked from I3-YF/i3plus-mes-pcn-yfai
追溯报表,生成pdf文件
parent
3095105625
commit
a16c50d568
@ -0,0 +1,21 @@
|
|||||||
|
package cn.estsh.i3plus.ext.mes.pcn.api.busi;
|
||||||
|
|
||||||
|
import cn.estsh.i3plus.ext.mes.pcn.pojo.model.MesRawPartChargingModel;
|
||||||
|
import io.swagger.annotations.ApiOperation;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description : 加料防错
|
||||||
|
* @Reference :
|
||||||
|
* @Author : junsheng.li
|
||||||
|
* @CreateDate 2024/6/30 12:21
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public interface IMesRawPartChargingService {
|
||||||
|
|
||||||
|
@ApiOperation("原材料容器零件关系")
|
||||||
|
MesRawPartChargingModel findMesRawPackagePart(MesRawPartChargingModel mesRawPartChargingModel);
|
||||||
|
|
||||||
|
@ApiOperation("操作")
|
||||||
|
MesRawPartChargingModel doAction(MesRawPartChargingModel mesRawPartChargingModel);
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue