Commit 148c5df1 authored by 符运喃's avatar 符运喃

调整rpc的问题仓库

parent 75d4c2bf
......@@ -234,13 +234,11 @@ interface StoreServiceInterface
* description:更新出库单状态
* author: fuyunnan
* @param array $sourceNos 来源单号数组
* @param array $where 条件
* @param array $update 修改内容
* @return int
* @throws
* Date: 2020/10/13
*/
public function updateExOrder($sourceNos, $where, $update): int;
public function updateExOrder($sourceNos): int;
/**
* description:通过出库来源单号获取-对应的信息
......@@ -273,17 +271,6 @@ interface StoreServiceInterface
* Date: 2020/12/7
*/
public function delExOrderList($sourceNo): int;
/**
* description:删除已经出库的出库单
* author: fuyunnan
* @param array $sourceNo 来源单号
* @return int
* @throws
* Date: 2020/12/7
*/
public function delExCompleteList($sourceNo): int;
/**
* description:订单通知取消更改字段 不在生成出库单
* author: fuyunnan
......
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