export default class Boprcv{ constructor () { this.data = { bopcfg:{ indir:"", // Input Dir .bopcfg.indir ininam:"", // INI File Name .bopcfg.ininam outdir:"", // Output Dir .bopcfg.outdir fincod:"", // 金融机构标识码 .bopcfg.fincod dbucmtrow:"", // DBU Commit Row .bopcfg.dbucmtrow bchflt:"", // Branch Filter .bopcfg.bchflt ftpsndscp:"", // FTP send Script .bopcfg.ftpsndscp ftprcvscp:"", // FTP receive script .bopcfg.ftprcvscp ftpsnddir:"", // Dir .bopcfg.ftpsnddir ftprcvdir:"", // Dir .bopcfg.ftprcvdir ftpaddr:"", // FTP Address .bopcfg.ftpaddr bchslt:"", // SELECT SOME BRANCHS OR ALL .bopcfg.bchslt }, genptybas:"", msgstm:"", // Message Receive .msgstm errstm:"", // Error Stream .errstm begdat:"", // Check BOP Message Log .begdat enddat:"", // to .enddat allflg:"", // All .allflg pageId: "" // ctx的key } } }