[ 'class' => TimestampBehavior::className(), 'createdAtAttribute' => 'created_at', 'updatedAtAttribute' => 'updated_at', ] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => '日志ID', 'user_id' => '操作员ID', 'route' => '路由', 'description' => '操作描述', 'created_at' => '创建时间', 'updated_at' => '更新时间', ]; } }