export interface LoginVo { attendanceTime: string; birthday: string; companyName: string; companySubjectSn: number; id: string; leaderYn: boolean; logoPath: string; lunarYn: boolean; mailCount: number; mainMail: string; maleYn: boolean; memberName: string; memberStatusCode: string; mobile: string; msnCount: number; organizationName: string; photo: string; positionName: string; rankName: string; subjectSn: number; telephone: string; }