100], [['sendNum'], 'string', 'max' => 20], [['alipayId'], 'string', 'max' => 50], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'relateId' => 'Relate ID', 'capitalType' => 'Capital Type', 'prePrice' => 'Pre Price', 'actPrice' => 'Act Price', 'io' => 'Io', 'sendNum' => 'Send Num', 'merchantId' => 'Merchant ID', 'userId' => 'User ID', 'openId' => 'Open ID', 'alipayId' => 'Alipay ID', 'payStatus' => 'Pay Status', 'addTime' => 'Add Time', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }