Commit 1b8b79e0 authored by 董锦君's avatar 董锦君

rpc添加

parent bb0baf5e
<?php
namespace Meibuyu\Micro\Service\Interfaces\Production;
interface ProductionServiceInterface
{
/**
* 结束备货计划
* @param $production_no
* @return mixed
*/
public function stockUpTask($production_no);
}
\ 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