| | |
| | | |
| | | import com.vincent.rsf.framework.common.R; |
| | | import com.vincent.rsf.server.api.entity.dto.ContainerWaveDto; |
| | | import com.vincent.rsf.server.api.entity.params.ContainerWaveParam; |
| | | import com.vincent.rsf.server.api.entity.params.WavePickItemsParams; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | |
| | | R getContainerWaveList(Map<String, String> map); |
| | | |
| | | R saveWavePick(List<ContainerWaveDto> containerWaveDtos); |
| | | R saveWavePick(ContainerWaveParam containerWaveParam,Long loginUserId); |
| | | |
| | | R saveOutTaskSts(String barcode); |
| | | |
| | | /** |
| | | * @author Ryan |
| | | * @date 2025/11/13 |
| | | * @description: 获取波次订单明细 |
| | | * @version 1.0 |
| | | */ |
| | | R getWaveOrderItems(Map<String, Object> params); |
| | | |
| | | /** |
| | | * @author Ryan |
| | | * @date 2025/11/13 |
| | | * @description: 波次明细拣货 |
| | | * @version 1.0 |
| | | */ |
| | | R wavePickItems(WavePickItemsParams items); |
| | | } |