BomExpand.js 197 B

1234567
  1. Ext.define('make.model.make.BomExpand', {
  2. extend: 'Ext.data.TreeModel',
  3. fields: [
  4. { name: 'bs_mothercode', type: 'string' },
  5. { name: 'bs_soncode', type: 'string' }
  6. ]
  7. });