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/MsCwDesignStartusingUser/MsCwDesignStartusingUserMod...

15 lines
618 B
JavaScript

Ext.define('MsCwDesignStartusingUserModel', {
extend: 'Ext.data.Model',
idProperty: 'GID',
fields: [
{name: 'GID', type: 'string' },//唯一编码
{name: 'STARTNAME', type: 'string' }, //账套名称
{name: 'STARTMONTH', type: 'date', dateFormat: 'Y-m' }, //启用年月
{name: 'ISENABLE', type: 'bool' }, //是否启用
{name: 'ISLOGIN', type: 'string' }, //是否登录
{name: 'CORPID', type: 'string' },//分公司代码
{name: 'MODIFIEDUSERNAME', type: 'string'},//最后一次更改操作人
{name: 'CORPNAME', type: 'string' }
]
});