<template>
  <m-oit ref="ntf" title="dbantf" type="add"></m-oit>
</template>

<script>
import Dbintf from '~/page/Statics/Ntf/Dbintf'

export default {
  name: 'StaticsDbmntf',
  components: {
    'm-ntf': Dbintf,
  },
  data() {
    return {}
  },
  mounted() {},
}
</script>

<style></style>