Commit 4f46381e authored by Liu lu's avatar Liu lu

获取供应链获取工厂端生产对账单

parent f45ce048
......@@ -89,4 +89,16 @@ interface FactoryServiceInterface
* @param $orderNo
*/
public function getProductionOrder($orderNo, $columns =['*']);
/**
* 获取供应链获取工厂端生产对账单
* @param $searchConditions 搜索条件
* @param bool $isExport 是否导出
* @return array|\Hyperf\Contract\LengthAwarePaginatorInterface|mixed
* @author Liu lu
* date 2022-09-27
*/
public function getProductionAccountStatement($searchConditions,$isExport=false);
}
\ 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