import Utils from "~/utils"

/**
* Bctame Check规则
*/
let checkObj = {
    "bctp.drrp.ptsget.sdamod.dadsnd"                      :null,
    "bcdgrp.dre.namelc"                      :null,
    "bctp.usr.extkey"                      :null,
    "trnmod.swiadd.newamt"                      :null,
    "bcdgrp.rmi.adrelc"                      :null,
    "bcdgrp.blk.dftins"                      :null,
    "bctp.recget.sdamod.dadsnd"                      :null,
    "bcdgrp.dre.adrelc"                      :null,
    "bcdgrp.blk.othins"                      :null,
    "bctp.drep.ptsget.sdamod.dadsnd"                      :null,
    "bcdgrp.rmi.namelc"                      :null,
    "setmod.dspflg"                      :null,
    "bctp.rmip.ptsget.sdamod.dadsnd"                      :null,
    "bcdgrp.rec.invtyp"                      :null,
    "bcdgrp.rec.stacty"                      :null,
    "bcdgrp.drr.namelc"                      :null,
    "bcdgrp.rmi.pts.extkey"                      :null,
    "bcdgrp.drr.adrelc"                      :null,
    "bcdgrp.blk.colins"                      :null,
    "bcdgrp.rec.oridre"                      :null,
    "bcdgrp.drr.pts.adrblk"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "bcdgrp.blk.chgtxt"                      :null,
    "bcdgrp.drr.pts.extkey"                      :null,
    "bcdgrp.dre.pts.adrblk"                      :null,
    "setmod.docamt"                      :null,
    "bcdgrp.rmi.pts.ref"                      :null,
    "bcdgrp.dre.pts.extkey"                      :null,
    "bcdgrp.rmi.pts.adrblk"                      :null,
    "trnmod.swiadd.newmatdat"                      :null,
}

for (const key in checkObj) {
    if (Object.hasOwnProperty.call(checkObj, key)) {
        checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
    }
}
export default checkObj