import Pub from '~/components/business/commonModel/index.js';
import Ledgrp from '~/components/business/commonModel/ledgrp/index.js';
import Letp from '~/components/business/commonModel/letp';
import Fremsg from '~/components/business/commonModel/Fremsg.js';
export default class Letfre {
constructor() {
this.data = {
addamtflg:"",
avbnam:"",
cnftxt:"",
letp:new Letp().data,
ledgrp: new Ledgrp().data,
fremsg: new Fremsg().data,
setmod: new Pub().data.Setmod,
docpan: new Pub().data.Docpan,
liaall: new Pub().data.Liaall,
trndia: new Pub().data.Trndia,
}
}
}