Loading src/Service/Interfaces/Order/SubOrderServiceInterface.php +16 −5 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ * Date: 2020/9/1 * Time: 10:09 */ namespace Meibuyu\Micro\Service\Interfaces\Order; interface SubOrderServiceInterface Loading Loading @@ -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 Loading
src/Service/Interfaces/Order/SubOrderServiceInterface.php +16 −5 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ * Date: 2020/9/1 * Time: 10:09 */ namespace Meibuyu\Micro\Service\Interfaces\Order; interface SubOrderServiceInterface Loading Loading @@ -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