import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
export default class Gitfre {
  constructor() {
    this.data = {
      gidgrp: {
        ctr: {
          pts: new Pts().data,
        },
        rec: {
          expdat: '',
          purpos: '',
          ownref: '',
          exptyp: '',
          nam: '',
          gartyp: '',
          purposin: '',
        },
        cbs: {
          opn1: {
            cur: '',
            amt: '',
          },
          max: {
            cur: '',
            amt: '',
          },
        },
        iss: {
          pts: new Pts().data,
        },
        ben: {
          pts: new Pts().data,
        },
        apl: {
          pts: new Pts().data,
        },
      },
      fremsg: {
        othmsgp: {
          ptsget: {
            sdamod: {
              seainf: '',
            },
          },
        },
        flg: '',
        othmsg: {
          pts: new Pts().data,
        },
        strinf: '',
        iss: {
          pts: new Pts().data,
        },
        msgrol: '',
        tag23: '',
        ccrol: '',
        fulmt: '',
        othcc: {
          pts: new Pts().data,
        },
        tag45d: '',
        issrol: '',
        tag22d: '',
        det: '',
        frttitle: '',
        reldat: '',
        tag23h: '',
        relmt: '',
        sndmt: '',
        tag20ref: '',
        reldir: '',
        tag77a: '',
      },
      gitp0: {
        recget: {
          sdamod: {
            seainf: '',
          },
        },
        gitp0s20: '',
      },
      trnmod: {
        swiadd: {
          amenbr: '',
          amestatxt: '',
        },
      },
      setmod: new Pub().data.Setmod,
      mtabut: new Pub().data.Mtabut,
      trnmod: new Pub().data.Trnmod,
      liaall: new Pub().data.Liaall,
      liaccv: new Pub().data.Liaccv,
      docpan: new Pub().data.Docpan,
    };
  }
}