Commit 61d2b8bf authored by carlos's avatar carlos

工厂安全库存任务分派接口

parent f8d61144
......@@ -17,4 +17,33 @@ interface StFactoryStockApportionServiceInterface
public function materialInfo($params);
/**
* Notes: 分派列表
* User: carlos
* DateTime: 2023/3/29 11:08
* @param $apportionCode
* @return array
* @throws \Meibuyu\Micro\Exceptions\HttpResponseException
*/
public function apportionList($apportionCode) :array;
/**
* Notes: 分派
* User: carlos
* DateTime: 2023/3/29 11:16
* @param $params
* @throws \Meibuyu\Micro\Exceptions\HttpResponseException
*/
public function apportion($params);
/**
* Notes: 取消分派
* User: carlos
* DateTime: 2023/3/29 17:51
* @param $params
*/
public function cancelApportion($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