<?php namespace app\common\model; use think\Model; /** * 划卡用户声音信息文字模型 */ class MatchVoicetext extends Model { // 开启自动写入时间戳字段 protected $autoWriteTimestamp = 'int'; // 定义时间戳字段名 protected $createTime = 'createtime'; }