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/MsCodeDingTalkSet/MsCodeDingTalkSetModel.js

34 lines
1.1 KiB
JavaScript

2 years ago
Ext.define('MsCodeDingTalkSet', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'MODULENAME', type: 'string' },
{ name: 'AGENTID', type: 'string' },
{ name: 'APPKEY', type: 'string' },
{ name: 'APPSECRET', type: 'string' },
{ name: 'PROCID', type: 'string' },
{ name: 'PROCNAME', type: 'string' },
{ name: 'CALLBACK_AES_KEY', type: 'string' },
{ name: 'CALBACK_TOKEN', type: 'string' },
{ name: 'APITOKEN', type: 'string' },
{ name: 'ISENABLE', type: 'bool' },
{ name: 'CORPID', type: 'string' }
]
});
Ext.define('MsCodeDingTalkSetDetail', {
extend: 'Ext.data.Model',
fields: [
{ name: 'GID', type: 'string' },
{ name: 'MODULEID', type: 'string' },
{ name: 'TABLETYPE', type: 'string' },
{ name: 'DFIELDNAME', type: 'string' },
{ name: 'DDFIELDNAME', type: 'string' },
{ name: 'FIELDNAME', type: 'string' },
{ name: 'DEFAULTVALUE', type: 'string' }
]
});