export class WaferViewDto { WAFERID: string; WAFERLOT: string; CONTROLLOT: string; QUANTITY: string; LOCATION: string; STATUS: string; FROMAREA: string; TOAREA: string; MODIFIEDTIME: string; } export class WaferSerarchInputDto { Filter: string; WaferId: string; Controllot: string; Location: string; ToArea: string; Status: string; Sort: string; PageSize: number; PageIndex: number; }