Ext.define('make.model.make.BomExpand', { extend: 'Ext.data.TreeModel', fields: [ { name: 'bs_mothercode', type: 'string' }, { name: 'bs_soncode', type: 'string' } ] });