255], ['check_result', 'string', 'max' => 200], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'order_id' => 'Order ID', 'refund_no' => 'Refund No', 'refund_price' => 'Refund Price', 'remark' => 'Remark', 'is_refund' => 'Is Refund', 'refund_time' => 'Refund Time', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }