Ext.define('erp.model.mobile.CommonUse', { extend: 'Ext.data.Model', config: {fields: [{name: 'cu_count', type: 'int'}, 'cu_description', {name: 'cu_emid',type: 'int'}, {name: 'cu_id',type: 'int'}, {name: 'cu_snid',type: 'int'}, 'cu_url']} });