export class CreateOrEditRackIdDto { RackType: string; RackArea: string; RackId: string; Storey: number; Row: number; Description: string; Qty: string; Package: string; UserId: string; SourceRackType: string; SourceRackArea: string; SourceRackId: string; CapacityType: string; }