Commit daad5627 authored by Liu lu's avatar Liu lu

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

parent 2363ae96
...@@ -106,6 +106,15 @@ interface FactoryServiceInterface ...@@ -106,6 +106,15 @@ interface FactoryServiceInterface
public function getProductionAccountStatement($searchConditions,$isExport=false); public function getProductionAccountStatement($searchConditions,$isExport=false);
/**
* 供应链获取工厂端生产对账单数量
* @param $searchConditions 搜索条件
* @return int
* @author Liu lu
*/
public function getProductionAccountCount($searchConditions);
/** /**
* Notes: 生产订单完结 * Notes: 生产订单完结
* User: carlos * User: carlos
......
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