Commit d20dc9dd authored by Liu lu's avatar Liu lu

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

# Conflicts:
#	src/Service/Interfaces/Production/StFactoryStockApportionServiceInterface.php
parents 6acef269 61d2b8bf
......@@ -28,6 +28,37 @@ interface StFactoryStockApportionServiceInterface
*/
public function tabList($params);
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);
/**
* 工厂储备分派 -查看
......
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