declare namespace User{ interface userInfo{ roles:Array; ID:string;// 工号 name: string; phone: string;// 联系方式 department: string; // 学院 } }