export class Employee{ constructor(id,name) { this.id = id; this.name = name; } }. In order to use this class, You have to import in react application.
確定! 回上一頁