import Utils from "~/utils"
/**
* Cptrel Check规则
*/
let checkObj = {
"trncorco.inidatfro" :null,
"coninf.conexedat" :null,
"trncorco.inidattil" :null,
"trn.inr" :null,
"ptyextkey" :null,
"trn.inftxt" :null,
}
for (const key in checkObj) {
if (Object.hasOwnProperty.call(checkObj, key)) {
checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
}
}
export default checkObj