* @Link https://gitee.com/xmo/MineAdmin */ declare(strict_types = 1); namespace Builder\Annotation; use Attribute; use Hyperf\Di\Annotation\AbstractAnnotation; /** * excel导入导出元数据。 * @Annotation * @Target("CLASS") */ #[Attribute(Attribute::TARGET_CLASS)] class ExcelData extends AbstractAnnotation {}