index.js 501 Bytes
export default class Infswf {
	constructor() {
		this.data = {
			recpan:{
				sysno:'',
				ownref:'',
				msgtyp:'',
				sta:'',
				inidatfro:new Date(),
				inidattil:new Date(),
				prt:'',
				num:5,
			},
			recpanE:{
				cortyp:'YPT',
				ownref:'',
				ersmsgtyp:'',
				erssta:'',
				inidatfro:new Date(),
				inidattil:new Date()
			},
			sptsel:{
				selobjnam:'',
				msgtyp:'',
				seacur:'',
				datfro:new Date(),
				dattil:new Date(),
				seaamtfr:'',
				seaamtto:''
			},
		}
	}
}