Commit 74f5476d authored by fuyunnan's avatar fuyunnan
Browse files

Merge branch 'dev' into test

parents 74265fc8 927c814a
Loading
Loading
Loading
Loading
+16 −5
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
 * Date: 2020/9/1
 * Time: 10:09
 */

namespace Meibuyu\Micro\Service\Interfaces\Order;

interface SubOrderServiceInterface
@@ -41,4 +42,14 @@ interface SubOrderServiceInterface
     */
    public function StockIntoUpdateSubOrderStatus(int $id): bool;

    /**
     * description:通过来源单号获取生产工厂
     * author: fuyunnan
     * @param
     * @return array
     * @throws
     * Date: 2020/10/29
     */
    public function getBySourcesFactory($sources): array;

}
 No newline at end of file