Commit df46944e authored by Liu lu's avatar Liu lu

外工厂礼服备货小货,生产单rpc接口服务

parent ba360af6
<?php
/**
* 外工厂礼服备货小货,生产单rpc接口服务
*/
namespace Meibuyu\Rpc\Service\Interfaces\OutsideFactory;
interface ExternalFactoryServiceInterface
{
/**
* 生产单列表
* @return mixed
* @param $params
* @author Liu lu
* date 2022-11-10
*/
public function productionList($params);
/**
* 列表标签
* @param $params
* @author Liu lu
* date 2022-11-10
*/
public function productionTabList($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