<template>
	<m-trl ref="trl" title="dbatrl" type="add"></m-trl>
</template>

<script>
import Dbitrl from "~/views/Statics/Dbitrl";

export default {
  name: "StaticsDbatrl",
	components: {
		"m-trl": Dbitrl
	},
  data() {
    return {};
  },
};
</script>

<style>
</style>