50], [['avatar'], 'string', 'max' => 255], [['idcard'], 'string', 'max' => 20], ['store_id','string'] ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'su_id' => 'Su ID', 'name' => 'Name', 'avatar' => 'Avatar', 'mobile' => 'Mobile', 'idcard' => 'Idcard', 'store_id' => 'Store ID', 'depart_id' => 'Depart ID', 'title_id' => 'Title ID', 'type' => 'Type', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }