50], [['relateId'], 'string', 'max' => 100], [['event'], 'string', 'max' => 200], [['remark'], 'string', 'max' => 1000], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'userId' => 'User ID', 'userName' => 'User Name', 'alipayId' => 'Alipay ID', 'sjId' => 'Merchant ID', 'relateId' => 'Relate ID', 'amount' => 'Amount', 'integral' => 'Integral', 'num' => 'Num', 'io' => 'Io', 'payWay' => 'Pay Way', 'capitalType' => 'Capital Type', 'event' => 'Event', 'operatorId' => 'Operator ID', 'remark' => 'Remark', 'addTime' => 'Add Time', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }