Info.js 222 B

12345678
  1. Ext.define('saas.model.home.Info', {
  2. extend: 'saas.model.Base',
  3. fields: [
  4. { name: 'title', type: 'string' },
  5. { name: 'content', type: 'string' },
  6. { name: 'color', type: 'string' }
  7. ]
  8. });