Explorar el Código

完成职工类

Creamo hace 2 años
padre
commit
cab27c974d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      employee.cpp

+ 1 - 1
employee.cpp

@@ -3,7 +3,7 @@
 
 
 //¹¹Ô캯Êý
-Employee::Employee()
+Employee::Employee(int id, std::string name, int dept_id)
 {
 
 }