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

export default class Lttadd {
	constructor() {
		this.data = {
			ledgrp: new Ledgrp().data,
			ltdgrp: new Ltdgrp().data,
			lttp: new Lttp().data,
			trnmod: new Pub().data.Trnmod,
			trndia: new Pub().data.Trndia,
			setmod: new Pub().data.Setmod,
			docpan: new Pub().data.Docpan,
		}
	}
}