Commit 3594188b authored by 符运喃's avatar 符运喃
Browse files

订单入库单提交,自定义状态的问题

parent 7479eeb3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -143,6 +143,17 @@ interface StoreServiceInterface
     */
    public function createBatchInOrder(array $attributes): bool;


    /**
     * description:批量创建入库单,能自定义入库单状态
     * author: fuyunnan
     * @param array $attributes 需要入库的数组 格式请参考yapi 入库添加
     * @return bool
     * @throws
     * Date: 2020/7/6
     */
    public function createBatchInOrderStatus(array $attributes): bool;

    /**
     * description:生产单结束获取统计单号值
     * author: fuyunnan