SupplierInterface.php 169 Bytes
Newer Older
梁俊杰's avatar
梁俊杰 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
/**
 * Created by PhpStorm.
 * User: 梁俊杰
 * Date: 2019/11/19
 * Time: 08:37
 * Description:
 */

namespace Meibuyu\Micro;


interface SupplierInterface
{

}