Commit 6acef269 authored by Liu lu's avatar Liu lu

工厂储备分派rpc

parent eb9a8c6c
......@@ -10,9 +10,31 @@ interface StFactoryStockApportionServiceInterface
{
/**
* 工厂储备分派 -列表
* @param $params
* @return mixed
* @author Liu lu
* date 2023-03-31
*/
public function list($params);
/**
* 工厂储备分派 -列表tab
* @param $params
* @return mixed
* @author Liu lu
* date 2023-03-31
*/
public function tabList($params);
/**
* 工厂储备分派 -查看
* @param $params
* @return mixed
* @author Liu lu
* date 2023-03-31
*/
public function viewDetail($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