追溯报表,生成pdf文件

tags/yfai-pcn-ext-v1.0
jun 1 year ago
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…
Cancel
Save