|
|
|
@ -10,6 +10,7 @@ import com.gaotao.modules.automatedWarehouse.entity.PalletDetailData; |
|
|
|
import com.gaotao.modules.automatedWarehouse.entity.WmsTransportTask; |
|
|
|
import com.gaotao.modules.automatedWarehouse.entity.WmsTransportTaskDetail; |
|
|
|
import com.gaotao.modules.automatedWarehouse.mapper.WcsIntegrationMapper; |
|
|
|
import com.gaotao.modules.warehouse.dao.PalletMapper; |
|
|
|
import com.gaotao.modules.warehouse.entity.Pallet; |
|
|
|
import com.gaotao.modules.warehouse.service.PalletService; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
@ -39,6 +40,8 @@ import java.util.Map; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WmsMessageService wmsMessageService; |
|
|
|
@Autowired |
|
|
|
private PalletMapper palletMapper; |
|
|
|
|
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
|