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