Commit 5150b899 authored by qinjunkun's avatar qinjunkun

根据发货批次获取对应的结算数量

parent f94724a3
......@@ -19,4 +19,13 @@ interface ProductionOrderServiceInterface
* @return mixed
*/
public function getUnitCostPriceByProductNo(string $productionNo);
/**
* 根据发货批次号获取结算数量
* @param $deliveryBatchNo
* @param array $extraParams
* @return mixed
*/
public function getDeliveryBatchSettledCnt($deliveryBatchNo, $extraParams = []);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment