import Pub from '~/components/business/commonModel/index.js';
import Ledgrp from '~/components/business/commonModel/ledgrp';
import Ltdgrp from '~/components/business/commonModel/ltdgrp';

export default class Lttatt {
	constructor() {
		this.data = {
			lttp0: {
				recget: {
					sdamod: {
						dadsnd: "",			//  Drag  Drop Sender		.lttp0.recget.sdamod.dadsnd
						seainf: "",			//  		.lttp0.recget.sdamod.seainf
					},
				},
				ledget: {
					sdamod: {
						seainf: "",			//  		.lttp0.ledget.sdamod.seainf
					},
				},
				aammod: {
					addamtflg: "",			//  Add. Amount		.lttp0.aammod.addamtflg
				},
			},
			spt: {
				smhinr: "",
			},
			ledgrp: new Ledgrp().data,
			ltdgrp: new Ltdgrp().data,
			trnmod: new Pub().data.Trnmod,
			doctre: new Pub().data.Doctre,
			trndia: new Pub().data.Trndia,
		}
	}
}