mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
重新修改主业务逻辑的命名规则
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
namespace app\admin\controller\mall;
|
||||
|
||||
use app\admin\service\annotation\ControllerAnnotation;
|
||||
use base\admin\controller\mall\GoodsClass;
|
||||
use base\admin\controller\mall\GoodsBase;
|
||||
|
||||
/**
|
||||
* Class Goods.
|
||||
* @ControllerAnnotation(title="商城商品管理")
|
||||
*/
|
||||
class Goods extends GoodsClass
|
||||
class Goods extends GoodsBase
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user