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/MvcShipping/Viewsjs/MsCodeSgAuditRule/MsCodeSgAuditRuleModel.js

25 lines
739 B
JavaScript

Ext.define('MsCodeSgAuditRule', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'CORPID', type: 'string' },
{ name: 'BSTYPE', type: 'string' },
{ name: 'FIELDNAME', type: 'string' },
{ name: 'FIELDNAMEREF', type: 'string' },
{ name: 'COMPARE', type: 'string' },
{ name: 'COMPARETYPE', type: 'string' },
{ name: 'VALUE', type: 'string' },
{ name: 'VALUEREF', type: 'string' }
]
});
Ext.define('MsCodeFieldName', {
extend: 'Ext.data.Model',
idProperty: 'FieldName',
fields: [
{ name: 'FieldName', type: 'string' }
]
});