Files
orico-official-website-old/app/common/model/Question.php
2024-10-29 14:04:59 +08:00

13 lines
176 B
PHP
Executable File

<?php
namespace app\common\model;
use think\Model;
use think\Request;
use think\Config;
class Question extends Model {
use \app\common\traits\IndexModel;
}