New-Thanasoft/thanasoft-back/app/Repositories/StockMoveRepositoryInterface.php

10 lines
137 B
PHP

<?php
declare(strict_types=1);
namespace App\Repositories;
interface StockMoveRepositoryInterface extends BaseRepositoryInterface
{
}