| | |
| | | package com.zy.asrs.common.openapi.service; |
| | | |
| | | import com.zy.asrs.common.openapi.entity.param.CombParam; |
| | | import com.zy.asrs.common.openapi.entity.dto.OrderListDto; |
| | | import com.zy.asrs.common.openapi.entity.param.GenerateOrderPakInParam; |
| | | import com.zy.asrs.common.openapi.entity.param.OrderListParam; |
| | | import com.zy.asrs.common.wms.entity.DocType; |
| | | import com.zy.asrs.common.wms.entity.OrderSettle; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | List<DocType> getOrderType(); |
| | | |
| | | List<OrderSettle> getOrderStatus(); |
| | | |
| | | List<OrderListDto> getOrderList(OrderListParam param, Long hostId); |
| | | |
| | | } |