You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/src/app/notification/models/MONotificationBodyItems.ts

26 lines
741 B
TypeScript

export class MONotificationBodyItems {
public LINE_NUMBER: number;
public ITEM_CODE: string;
public DESCRIPTION: string;
public UOM: string;
public QUANTITY: number;
public DATE_REQUIRED: Date;
public LINE_STATUS: string;
public TATUS_DATE: Date;
public TRANSACTION_TYPE_NAME: string;
public OPERATING_UNIT: string;
public ORGANIZATION_CODE: string;
public ORGANIZATION_NAME: string;
public FROM_SUBINVENTORY: string;
public TO_SUBINVENTORY: string;
public FROM_LOCATOR: string;
public TO_LOCATOR: string;
public SHIP_TO_LOCATION: string;
public NO_OF_ROWS: number;
public ROW_NUM: number;
public FROM_ROW_NUM: number;
public TO_ROW_NUM: number;
public ITEM_ID: number;
public ORG_ID: number;
}