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.
20 lines
812 B
JavaScript
20 lines
812 B
JavaScript
Ext.define('MsLsKcPc', {
|
|
extend: 'Ext.data.Model',
|
|
idProperty: 'SerialNo',
|
|
fields: [
|
|
{ name: 'SerialNo', type: 'number' },
|
|
{ name: 'OrgCode', type: 'string' },
|
|
{ name: 'OrgCode_Ref', type: 'string' },
|
|
{ name: 'CkCode', type: 'string' },
|
|
{ name: 'CkCode_Ref', type: 'string' },
|
|
{ name: 'PluCode', type: 'string' },
|
|
{ name: 'PluCode_Ref', type: 'string' },
|
|
{ name: 'Spec', type: 'string' },
|
|
{ name: 'Unit', type: 'string' },
|
|
{ name: 'PcNo', type: 'string' },
|
|
{ name: 'PluType', type: 'string' },
|
|
{ name: 'PluType_Ref', type: 'string' },
|
|
{ name: 'JhCount', type: 'number' }
|
|
]
|
|
});
|