Commit 683a07f7 authored by 郭勇志's avatar 郭勇志

商品模块

parent a1e0adb0
<?php
namespace backend\controllers\v1\goods;
use Yii;
use backend\controllers\v1\BaseController;
class ShopGoodsController extends BaseController
{
public $modelClass = 'app\models\v1\goods\ShopGoods';
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment