|
|
@ -55,6 +55,6 @@ public interface DistributionStockListInfoMapper extends BaseMapper<Distribution |
|
|
|
|
|
|
|
|
|
|
|
Map<String, Object> selectDistributionStockByOrderPackageCodeAndWarehourseIdAndCargoNumber(@Param("associationValue") String associationValue, @Param("warehouseId") Long warehouseId, @Param("cargoNumber") String cargoNumber); |
|
|
|
Map<String, Object> selectDistributionStockByOrderPackageCodeAndWarehourseIdAndCargoNumber(@Param("associationValue") String associationValue, @Param("warehouseId") Long warehouseId, @Param("cargoNumber") String cargoNumber); |
|
|
|
|
|
|
|
|
|
|
|
IPage<DistributionStockListInfoEntity> getStockListInfo(@Param("par")IPage<Object> page, Map<String, Object> distributionStockListInfo); |
|
|
|
IPage<DistributionStockListInfoEntity> getStockListInfo(IPage<DistributionStockListInfoEntity> page,@Param("par") Map<String, Object> distributionStockListInfo); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|