Selaa lähdekoodia

完成职工类

Creamo 2 vuotta sitten
vanhempi
commit
cab27c974d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
 {
 
 }