Commit 7dda26d2 authored by zhangdongying's avatar zhangdongying

新增工厂RPC接口

parent 9dba3c83
......@@ -373,4 +373,13 @@ interface FactoryServiceInterface
*/
public function addPaperAccountNo(array $paperAccountInfo):array ;
/**
* 获取发货批次列表
*
* @param string $originalProductionNo 生产订单号
* @param array $columns 列名数组
* @param array $relations 关联数组,['delivery_products', 'production_order']
* @return array
*/
public function getDeliveryRecordListByOriginalProductionNo(string $originalProductionNo, array $columns = ['*'], array $relations = []): array;
}
\ No newline at end of file
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