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