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