CommonUse.js 252 B

1234
  1. Ext.define('erp.model.mobile.CommonUse', {
  2. extend: 'Ext.data.Model',
  3. 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']}
  4. });