export default class Dbegrp {
  constructor() {
    this.data = {
      bas: {
        inr: "",//internal unique id
        tmpref: "",//临时申报流水号
        checkinf: "",//【chk】
        objtyp: "", //【object type】
        sndflg: "",//【是否报送过】
        bassta: "",//【基础信息状态】
        dclsta: "",//【申报信息状态】
        vrfsta: "",//核销信息状态
        bchnam: "", //所属机构
        credat: "",//【经办日期】
        datsrc: "", //数据来源
        extinf: "", //【业务号码】
        exmandapp: "", //审批
        sfhdat: "", //【收付汇日期】
        ownusr: "",//员工号
        rptno: "",			//  申报号码		.recgrp.bas.rptno
        actiondesc: "",			//  修改/删除原因或申报无误理由		.recgrp.bas.actiondesc
        ownextkey: "",			//  地区机构		.recgrp.bas.ownextkey
        custype: "",			//  汇款人类型		.recgrp.bas.custype
        method: "",			//  结算方式		.recgrp.bas.method
        idcode: "",			//  身份证件号码		.recgrp.bas.idcodes
        custcod: "",			//  主体标识码		.recgrp.bas.custcod
        custnm: "",			//  汇款人名称		.recgrp.bas.custnm
        oppuser: "",			//  收款人名称		.recgrp.bas.oppuser
        buscode: "",			//  银行业务编号		.recgrp.bas.buscode
        exrate: "",			//  购汇汇率		.recgrp.bas.exrate
        lcyamt: "",			//  购汇金额		.recgrp.bas.lcyamt
        lcyacc: "",			//  人民币账号		.recgrp.bas.lcyacc
        fcyamt: "",			//  现汇金额		.recgrp.bas.fcyamt
        fcyacc: "",			//  外汇账号/卡号		.recgrp.bas.fcyacc
        othamt: "",			//  其它金额		.recgrp.bas.othamt
        othacc: "",			//  其他账号/卡号		.recgrp.bas.othacc
        actiontype: "",			//  操作类型		.recgrp.bas.actiontype
        txamt: "",			//  汇款金额		.recgrp.bas.txamt
        oppacc: "",			//  收款人帐号		.recgrp.bas.oppacc
        txccy: "",			//  汇款金额		.recgrp.bas.txccy
      },
      vrf: {
        inr: "",//internal unique id
        tmpref: "",//临时申报流水号
        ownextkey: "",//initial entity code
        ver: "",//version
        cusmno: "",//报关单经营单位'码
        customs: "",//报关单信息
        impdate:"",//最迟装运日期
        rptno: "",			//  申报号码		.recgrp.vrf.rptno
        actiondesc: "",			//  修改/删除原因		.recgrp.vrf.actiondesc
        actiontype: "",			//  操作类型		.recgrp.vrf.actiontype
        tc1amt: "",			//  相应金额1		.recgrp.vrf.tc1amt
        tc2amt: "",			//  相应金额2		.recgrp.vrf.tc2amt
        paytype: "",			//  付款类型		.recgrp.vrf.paytype
        contrno: "",			//  合同号		.recgrp.vrf.contrno
        invoino: "",			//  发票号		.recgrp.vrf.invoino
        isref: "",			//  是否保税货物项下付款		.recgrp.vrf.isref
        payattr: "",			//  付汇性质		.recgrp.vrf.payattr
        country: "",			//  收款人常驻国家/地区编码		.recgrp.vrf.country
        regno: "",			//  收款人常驻国家/地区编码		.recgrp.vrf.regno
        crtuser: "",			//  填报人		.recgrp.vrf.crtuser
        rptdate: "",			//  申报日期		.recgrp.vrf.rptdate
        inptelc: "",			//  填报人电话		.recgrp.vrf.inptelc
        txcode: "",			//  交易编码1		.recgrp.vrf.txcode
        txcode2: "",			//  交易编码2		.recgrp.vrf.txcode2
        txrem: "",			//  交易附言1		.recgrp.vrf.txrem
        tx2rem: "",			//  交易附言2		.recgrp.vrf.tx2rem
      },

    }
  }
}