| | |
| | | package cn.iocoder.yudao.module.mes.service.wm.batch; |
| | | |
| | | import cn.iocoder.yudao.framework.common.pojo.PageResult; |
| | | import cn.iocoder.yudao.module.mes.controller.admin.wm.batch.vo.MesWmBatchFlowRespVO; |
| | | import cn.iocoder.yudao.module.mes.controller.admin.wm.batch.vo.MesWmBatchGenerateReqVO; |
| | | import cn.iocoder.yudao.module.mes.controller.admin.wm.batch.vo.MesWmBatchPageReqVO; |
| | | import cn.iocoder.yudao.module.mes.controller.admin.wm.batch.vo.MesWmBatchProcessTraceRespVO; |
| | |
| | | List<MesWmBatchProcessTraceRespVO> getProcessTraceList(String code); |
| | | |
| | | /** |
| | | * 获得批次出入库流水(种子流向:入库 + 销售出库等全部库存事务) |
| | | * |
| | | * @param code 批次号 |
| | | * @return 出入库流水列表 |
| | | */ |
| | | List<MesWmBatchFlowRespVO> getBatchFlowList(String code); |
| | | |
| | | /** |
| | | * 根据 SN 码获得批次 |
| | | * |
| | | * @param sn SN 码 |