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.
DS7/DSWeb/Areas/OA/Viewsjs/DeptFundsLimit/DeptFundsLimitModel.js

16 lines
544 B
JavaScript

Ext.define('DeptFundsLimitmb', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'DEPTID', type: 'string' },
{ name: 'DEPTNAME', type: 'string' },
{ name: 'COMPANYID', type: 'string' },
{ name: 'Limit_1', type: 'string' },
{ name: 'Limit_2', type: 'string' },
{ name: 'Limit_3', type: 'string' },
{ name: 'INSERTED', type: 'string' }
]
});