export default class Infdfd{
    constructor () {
        this.data = {
          dbCodes:{
            stagod:[],
          },
         
          infcon: {
              seaownref: '', //业务编号
              opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)),
              opndatto: new Date(),
              ptyExtkey:'',//客户号
              searef:'',//当事人参考号
              seapty:'', //当事人BIC/名称
              seasta: '', //业务状态
              seacur: '', //币种
              seaamtfr: '', //金额
              seaamtto: '',//金额
              seafintyp:'',//代付类型
          }
    }
}}