<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import InternalFunc_2Base from './internal-func-2-grid-base.vue';

 
// 基于 @CONTROL/表格/CONTROL.vue.ftl 生成

@Component({
    components: {
         
    }
})
export default class InternalFunc_2 extends InternalFunc_2Base {

}
</script>