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

This commit is contained in:
337031187
2022-09-08 15:38:56 +08:00
parent 53b6ef14c3
commit b044b5bc53
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>