255], [['name'], 'string', 'max' => 50], [['mobile'], 'string', 'max' => 30], [['idcard'], 'string', 'max' => 20], [['store_id'], 'string', 'max' => 100], [['good_at', 'intro', 'qr_code'], 'string', 'max' => 500], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'su_id' => 'Su ID', 'avatar' => 'Avatar', 'name' => 'Name', 'mobile' => 'Mobile', 'idcard' => 'Idcard', 'store_id' => 'Store ID', 'hospital_id' => 'Hospital ID', 'yard_id' => 'Yard ID', 'depart_id' => 'Depart ID', 'title_id' => 'Title ID', 'identity' => 'Identity', 'good_at' => 'Good At', 'intro' => 'Intro', 'qr_code' => 'Qr Code', 'star' => 'Star', 'average_response' => 'Average Response', 'inquiries' => 'Inquiries', 'applause_rate' => 'Applause Rate', 'reception_rate' => 'Reception Rate', 'grade' => 'Grade', 'radio' => 'Radio', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }