<?php declare(strict_types=1); namespace SixShop\Core\Contracts; /** * 核心扩展接口 */ interface CoreExtensionInterface { }