www.maiwd.cn // +---------------------------------------------------------------------- /** * Class Topic * Desc 问卷题目管理 * Create on 2024/3/19 16:49 * Create by @小趴菜 */ namespace app\api\model\wdsxh\questionnaire; use app\api\model\wdsxh\Base; class Topic extends Base { // 表名 protected $name = 'wdsxh_questionnaire_topic'; // 自动写入时间戳字段 protected $autoWriteTimestamp = true; // 定义时间戳字段名 protected $createTime = true; protected $updateTime = false; }