255], [['title'], 'string', 'max' => 128], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => 'Mall ID', 'user_id' => 'User ID', 'order_no' => '提交微信或支付宝的订单号', 'transfer_order_no' => '发起 打款的订单号', 'amount' => '金额', 'is_pay' => '支付状态 0--未支付|1--已支付', 'pay_type' => '方式:wechat--微信打款 alipay--支付宝打款', 'title' => 'Title', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }