department-affiliation-lis.ts 98 Bytes
export class DepartmentAffiliationLis {
    departmentAffiliationId: number;
    name: string;
 }