255], [['title'], 'string', 'max' => 128], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'user_id' => 'User ID', 'order_no' => '退款单号', 'amount' => '退款金额', 'is_pay' => '支付状态 0--未支付|1--已支付', 'pay_type' => '支付方式:1=微信支付,2=货到付款,3=余额支付,4=支付宝支付', 'title' => 'Title', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'out_trade_no' => '支付单号', ]; } }