Ext.define('saas.model.home.Info', { extend: 'saas.model.Base', fields: [ { name: 'title', type: 'string' }, { name: 'content', type: 'string' }, { name: 'color', type: 'string' } ] });