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