<?php namespace app\common\model; use think\Model; /** * 模型 */ class UserProfitLog extends Model { // 开启自动写入时间戳字段 protected $autoWriteTimestamp = 'int'; }