jingcai-php/app/Supports/JingCai/IVendor.php

9 lines
63 B
PHP
Executable File

<?php
namespace App\Supports\JingCai;
interface IVendor
{
}