Ext.define('MsCodeTruckConsignee', { extend: 'Ext.data.Model', idProperty: 'GID', fields: [ { name: 'GID', type: 'string' }, { name: 'CONSIGNEENAME', type: 'string' }, { name: 'CONSIGNEETEL', type: 'string' }, { name: 'CONSIGNEEATTN', type: 'string' }, { name: 'CONSIGNEEADDR', type: 'string' }, { name: 'REMARK', type: 'string' }, { name: 'CREATEUSER', type: 'string' }, { name: 'CREATEUSERREF', type: 'string' }, { name: 'CREATETIME', type: 'string' }, { name: 'DISTPORT', type: 'string' } ] });