You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
346 B
JavaScript

11 months ago
Ext.define('MsCwItemModel', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'ITEMCODE', type: 'string' },
{ name: 'ITEMNAME', type: 'string' },
{ name: 'FINANCESOFTCODE', type: 'string' },
{ name: 'STARTGID', type: 'string' } //总账已启用已登录账套GID
]
});