20], [['order_no', 'refund_no'], 'string', 'max' => 30], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'store_id' => 'Store ID', 'order_id' => 'Order ID', 'order_type' => 'Order Type', 'user_id' => 'User ID', 'service_user_id' => 'Service User ID', 'type' => 'Type', 'price' => 'Price', 'order_no' => 'Order No', 'refund_no' => 'Refund No', 'pay_type' => 'Pay Type', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }