Ext.define('MsCodeLhCustCrStlDateMode', { extend: 'Ext.data.Model', idProperty: 'GID', fields: [ { name: 'GID', type: 'string' }, { name: 'CUSTOMERNAME', type: 'string' }, { name: 'CRDAY', type: 'string' }, { name: 'CREATEUSER', type: 'string' }, { name: 'CREATEUSERREF', type: 'string' }, { name: 'CREATETIME', type: 'string' }, { name: 'MODIFIEDUSER', type: 'string' }, { name: 'MODIFIEDUSERREF', type: 'string' }, { name: 'MODIFIEDTIME', type: 'string' } ] }); Ext.define('MsCodeLhCustCrStlDateDetailMode', { extend: 'Ext.data.Model', idProperty: 'GID', fields: [ { name: 'GID', type: 'string' }, { name: 'LINKGID', type: 'string' }, { name: 'BSSOURCE', type: 'string' }, { name: 'GRACEDAY', type: 'string' }, { name: 'CREATEUSER', type: 'string' }, { name: 'CREATEUSERREF', type: 'string' }, { name: 'CREATETIME', type: 'string' }, { name: 'MODIFIEDUSER', type: 'string' }, { name: 'MODIFIEDUSERREF', type: 'string' }, { name: 'MODIFIEDTIME', type: 'string' } ] });