export default class Inflsb {
  constructor() {
    this.data = {
      markOrgList: [],
      dbCodes:{
        LIMTYP:[],
        THYN:[],
        LIMSTA:[],
        LMSTXT:[],
        CURKEY:[],
        YWCJ:[],
        CAOZBZ:[],
      },
      seaptyinr:"",
      sealsntyp:"",
      nonrevflg:"",
      seaptyextkey:"",
      seactycod:"",
      recpanregcod:"",
      seaptynam:"",
      ctycod:"",
      regtxt:"",
      limpan:{
        ptytyp:"",
        branch:"",
        extkey:"",
        swiftno:"",
        nonrevflg:"",
        ownref:"",
        limsta:"",
        limtyp:"",
        ptyname:"",
        seabut:"",
        begdat:"",
        enddat:"",
        gjownref:"",
			},
			lsbDetailVo:{
				dialogflg: false,
				accbch: "",
				bchusr: "",
				edmxbh: "",
				fhyhao: "",
				total: "",
				lstCL451: [],
				mytshu: "",
				zyztbh: "",
				zyztlx: ""
			}
    }
  }
}