Ext.define('MsOpLetterSur', { extend: 'Ext.data.Model', idProperty: 'LE_ID', fields: [ { name: 'LE_ID', type: 'string' }, { name: 'MBLNO', type: 'string' }, { name: 'PORTDISCHARGE', type: 'string' }, { name: 'VESSELVOYNO', type: 'string' }, { name: 'PORTLOAD', type: 'string' }, { name: 'CONSIGNEE', type: 'string' }, { name: 'REMARK', type: 'string' } ] });