export class WaferSendOutDto { waferList: Array; fromArea: string; toArea: string; userId: string; controllot: string; } export class GetWaferForViewDto { WAFERID: string; CONTROLLOTID: string; LOCATION: string; STATUS: string; IsPublic: string; FROMAREA: string; TOAREA: string; USERNAME: string; }