import Pts from '~/components/business/commonModel/Pts';

export default class Xxtfee {
  constructor(){
    this.data = {
      umbflg: "",
      umsrol: "",
      umhrol: "",
      othbussec: "",
      othbusseclab: "",
      umsmsgflg: "",
      umhmsgflg: "",
      ums: {
        pts: new Pts().data,
      },
      umh: {
        pts: new Pts().data,
      },
    }
  }
}