# @Date: 2022-05-22T07:33:38+08:00 # @Email: fm453@lukegzs.com # @Last modified by: fm453 # @Last modified time: 2022-05-22T07:33:38+08:00 # @Copyright: www.hiluker.cn namespace backend\controllers; use Yii; use yii\data\Pagination; use yii\helpers\Url; use addons\models\AcFeeOrder; use addons\models\AcFeeDriver; use addons\models\AcOrder; use addons\models\AcOrderPre; use addons\models\AcOrderStatus; use addons\models\AcStore; use addons\models\AcEmployee; use addons\models\AcPlat; use common\models\CVcode; class FeeController extends Common { //主界面 public function actionIndex() { return $this->render('@app/views/layouts/dev', []); } }