feat: entityId

This commit is contained in:
2025-03-09 15:40:04 +07:00
parent 5f10e45580
commit 34dec857da

View File

@@ -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}}