添加代码生成 web 界面 根据选择表生成

This commit is contained in:
stivepeim
2022-09-08 15:38:56 +08:00
parent 583f173e16
commit 800b1b54a8
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: "codegenList"
}
</script>
<style scoped>
</style>