Commit 07246666 authored by 秦俊坤's avatar 秦俊坤

新增 productionOrder 相关 RPC 接口

parent 86060a28
<?php
namespace Meibuyu\Rpc\Service\Interfaces\Production;
interface ProductionOrderServiceInterface
{
/**
* 根据对应的筛选条件获取对应的生产单相关信息
* @param array $filters
* @return mixed
*/
public function getProductionOrderByFilter(array $filters, $columns = ['*'], $with = []);
}
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