初始上传
This commit is contained in:
17
app/component/controller/GoodsBrand.php
Executable file
17
app/component/controller/GoodsBrand.php
Executable file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\component\controller;
|
||||
|
||||
/**
|
||||
* 商品品牌·组件
|
||||
*/
|
||||
class GoodsBrand extends BaseDiyView
|
||||
{
|
||||
/**
|
||||
* 后台编辑界面
|
||||
*/
|
||||
public function design()
|
||||
{
|
||||
return $this->fetch("goods_brand/design.html");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user