50], [['relateId'], 'string', 'max' => 100], [['remark'], 'string', 'max' => 500], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'userId' => 'User ID', 'alipayId' => 'Alipay ID', 'merchantId' => 'Merchant ID', 'relateId' => 'Relate ID', 'capitalType' => 'Capital Type', 'operateId' => 'Operate ID', 'balance' => 'Balance', 'amount' => 'Amount', 'io' => 'Io', 'totalIncome' => 'Total Income', 'totalExpend' => 'Total Expend', 'payWay' => 'Pay Way', 'event' => 'Event', 'userName' => 'User Name', 'remark' => 'Remark', 'addTime' => 'Add Time', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }