Commit 6073dd72 authored by zhangdongying's avatar zhangdongying

新增RPC

parent 5ff32e5b
......@@ -382,4 +382,14 @@ interface FactoryServiceInterface
* @return array
*/
public function getDeliveryRecordListByOriginalProductionNo(string $originalProductionNo, array $columns = ['*'], array $relations = []): array;
/**
* 获取发货批次列表
*
* @param array $originalProductionNos 生产订单号数组
* @param array $columns 列名数组
* @param array $relations 关联数组,['delivery_products', 'production_order']
* @return array
*/
public function getDeliveryRecordListByOriginalProductionNos(array $originalProductionNos, 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