Commit bbf6497a authored by Liu lu's avatar Liu lu

安全库存-工厂端生产单列表rpc

parent 9bb096ca
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
namespace Meibuyu\Rpc\Service\Interfaces\Production; namespace Meibuyu\Rpc\Service\Interfaces\Production;
use App\Repository\Eloquent\SaveStock\StockProductionRepository;
interface StFactoryProductionOrderServiceInterface interface StFactoryProductionOrderServiceInterface
{ {
/** /**
...@@ -29,4 +31,23 @@ interface StFactoryProductionOrderServiceInterface ...@@ -29,4 +31,23 @@ interface StFactoryProductionOrderServiceInterface
* @return array * @return array
*/ */
public function getProductsList($params) :array; public function getProductsList($params) :array;
/**
* 储备生产列表
* @param $params
* @return array
* @author Liu lu
* date 2023-04-04
*/
public function stockProductionList($params);
/**
* 储备生产列表tab数量
* @param $params
* @return array[]
* @author Liu lu
* date 2023-04-04
*/
public function stockProductionTabList($params);
} }
\ 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