Commit 1ce989cc authored by 郭勇志's avatar 郭勇志

搜索地区通用

parent 8bd61753
<?php
namespace backend\controllers\v1\common;
class ShopTransportAreaController extends \yii\web\Controller
{
public function actionIndex()
{
return $this->render('index');
}
}
<?php <?php
namespace app\models\v1\branch; namespace app\models\v1\common;
use app\models\v1\BaseModel; use app\models\v1\BaseModel;
use Yii; use Yii;
......
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