初始化仓库
This commit is contained in:
13
admin/components/UI/Table/Column/Component.php
Normal file
13
admin/components/UI/Table/Column/Component.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace admin\components\UI\Table\Column;
|
||||
|
||||
/**
|
||||
* 组件接口
|
||||
* Class Component
|
||||
* @package backend\components\UI
|
||||
*/
|
||||
interface Component
|
||||
{
|
||||
public function render($label): array;
|
||||
}
|
||||
Reference in New Issue
Block a user