mirror of
https://github.com/opbnq-q/nto-cli.git
synced 2025-12-06 22:40:35 +07:00
feat: entityId
This commit is contained in:
@@ -19,6 +19,7 @@ onMounted(async () => {
|
||||
})
|
||||
|
||||
const scheme: Scheme<{{.StructName}}> = reactive({
|
||||
entityId: "{{.StructName}}Id",
|
||||
{{range .Fields}}
|
||||
{{.Name}}: {{.GenerateFieldCode}},
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user