Commit 9bb096ca authored by carlos's avatar carlos

安全库存生产订单rpc

parent d20dc9dd
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Production;
interface StFactoryProductionOrderServiceInterface
{
/**
* Notes: 创建生产订单
* User: carlos
* DateTime: 2023/4/3 9:31
*/
public function createOrder($params);
/**
* Notes: 获取可生产sku列表
* User: carlos
* DateTime: 2023/4/3 9:36
* @param int $factoryId
* @return array
*/
public function getSkuSelectList(int $factoryId) :array;
/**
* Notes: 获取可以创建生产订单产品列表
* User: carlos
* DateTime: 2023/4/3 9:44
* @param $params
* @return array
*/
public function getProductsList($params) :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