import Pub from "~/components/business/commonModel/index.js"; import Lidgrp from "~/components/business/commonModel/lidgrp"; export default class Litfee { constructor() { this.data = { lidgrp: new Lidgrp().data, addamtflg: "", avbnam: "", setmod: new Pub().data.Setmod, trndia: new Pub().data.Trndia, xxtfee: new Pub().data.Xxtfee, }; } }