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.
17 lines
516 B
JavaScript
17 lines
516 B
JavaScript
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' }
|
|
|
|
]
|
|
});
|
|
|
|
|