TimestampBehavior::class, 'value' => time() ] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ "id" => "ID", "level" => "等级", "type" => "升级条件类型", "value" => "升级条件值", "store_id" => "Store Id", "is_delete" => "is Delete", "created_at" => "创建时间", "updated_at" => "修改时间", "user_id" => "用户id", "old_level" => "旧等级", ]; } }