Loading src/Service/Interfaces/StoreServiceInterface.php +12 −1 Original line number Diff line number Diff line Loading @@ -228,4 +228,15 @@ interface StoreServiceInterface * Date: 2020/11/25 */ public function autoSkuStock($data): array; /** * description:删除出库单或者出库单 * author: fuyunnan * @param array $sourceNo 来源单号 * @return int * @throws * Date: 2020/12/7 */ public function delExOrderList($sourceNo): int; } Loading
src/Service/Interfaces/StoreServiceInterface.php +12 −1 Original line number Diff line number Diff line Loading @@ -228,4 +228,15 @@ interface StoreServiceInterface * Date: 2020/11/25 */ public function autoSkuStock($data): array; /** * description:删除出库单或者出库单 * author: fuyunnan * @param array $sourceNo 来源单号 * @return int * @throws * Date: 2020/12/7 */ public function delExOrderList($sourceNo): int; }