Commit d48e3a90 authored by Liu lu's avatar Liu lu

外部工厂发货单号

parent 7c485705
......@@ -15,6 +15,12 @@ interface FactoryServiceInterface
*/
public function productCraftPrint($craftInfo) ;
/**
* 打印发货单
* @param $deliveryNo 发货单号
* @return mixed
*/
public function downDeliveryRecord($deliveryNo);
/**
* 获取对应的工厂信息
* @param array $factoryIds
......
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