Commit 91c34dc7 authored by fuyunnan's avatar fuyunnan

Merge branch 'feature-store-rpc' into test

parents 12d90302 595e1394
......@@ -260,4 +260,15 @@ interface StoreServiceInterface
* Date: 2020/12/7
*/
public function delExOrderList($sourceNo): int;
/**
* description:订单通知取消更改字段 不在生成出库单
* author: fuyunnan
* @param string $sourceNos 来源单号
* @param array $field 修改字段
* @return int
* @throws
* Date: 2020/12/14
*/
public function cancelOrderDeliver($sourceNos, $field):int;
}
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