export default class Cfabut { constructor() { this.data = { vrflab: "", // DCLFLG LABEL .cfabut.vrflab dcllab: "", // DCLFLG LABEL .cfabut.dcllab basflg: "", // 签约信息 .cfabut.basflg dclflg: "", // 变动信息 .cfabut.dclflg ownextkey: "", // 业务所属机构 .cfabut.ownextkey newdclnum: "", // 新增DCL数目描述 .cfabut.newdclnum newvrfnum: "", // 新增VRF数目描述 .cfabut.newvrfnum dclnum: "", // 新增DCL数目描述 .cfabut.dclnum vrfnum: "", // 新增VRF数目描述 .cfabut.dclnum addnew: "", // 新增接口数据 .cfabut.addnew newdcl: "", // DCL数目 .cfabut.newdcl newvrf: "", // VRF数目 .cfabut.newvrf vrfflg: "", // 履约信息 .cfabut.vrfflg } } }