200], [['address', 'classIdList'], 'string', 'max' => 50], [['applyUserName'], 'string', 'max' => 20], [['urlQrCode'], 'string', 'max' => 500], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'merchantId' => 'Merchant ID', 'title' => 'Title', 'content' => 'Content', 'address' => 'Address', 'adminId' => 'Admin ID', 'classIdList' => 'Class Id List', 'startTime' => 'Start Time', 'endTime' => 'End Time', 'deadline' => 'Deadline', 'applyUserName' => 'Apply User Name', 'allowNum' => 'Allow Num', 'needCheck' => 'Need Check', 'scanNum' => 'Scan Num', 'collectNum' => 'Collect Num', 'applyNum' => 'Apply Num', 'status' => 'Status', 'urlQrCode' => 'Url Qr Code', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }