| | |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.LocDetl; |
| | | import com.zy.asrs.entity.OrderDetl; |
| | | import com.zy.asrs.entity.mes.MesOutApply; |
| | | import com.zy.asrs.entity.param.*; |
| | | |
| | | import java.util.Date; |
| | |
| | | * @param locType 托盘类型 1.窄,2.宽 |
| | | * @param userId 用户id |
| | | */ |
| | | R callEmptyBinOutBound(String staNo, String locType, Long userId); |
| | | R callEmptyBinOutBound(MesOutApply mesOutApply,String staNo, String locType, int count, Long userId); |
| | | |
| | | /** |
| | | * pda呼叫料框回库 |
| | | * @param site 起始站点 |
| | | * @param barcode 条码 |
| | | * @param emptyFlag 1.有货(默认),2.空托 |
| | | * @param userId 用户id |
| | | */ |
| | | R callEmptyBinInBound(String site, String barcode, String emptyFlag, Long userId); |
| | | } |