#include "employee.h" //构造函数 Employee::Employee() { } //显示个人信息 void Employee::showInfo() { } //获取岗位名称 std::string Employee::getDeptName() { }