mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
15 lines
256 B
PHP
15 lines
256 B
PHP
<?php
|
|
|
|
namespace app\admin\controller\mall;
|
|
|
|
use app\admin\service\annotation\ControllerAnnotation;
|
|
use base\admin\controller\mall\GoodsClass;
|
|
|
|
/**
|
|
* Class Goods.
|
|
* @ControllerAnnotation(title="商城商品管理")
|
|
*/
|
|
class Goods extends GoodsClass
|
|
{
|
|
}
|