<?php namespace app\common\model; use think\Model; /** */ class AdIndexOrderedFlow extends Model { protected $autoWriteTimestamp=true; }