feat(goctl): generate mongo model with cache prefix (#4907)

This commit is contained in:
Haiwei Zhang
2025-06-07 20:54:33 +08:00
committed by GitHub
parent 7969e0ca38
commit 0140fd417b
5 changed files with 9 additions and 1 deletions

View File

@@ -206,6 +206,7 @@
"short": "Generate mongo model",
"type": "Specified model type name",
"cache": "Generate code with cache [optional]",
"prefix": "Generate code with cache prefix [optional]",
"easy": "Generate code with auto generated CollectionName for easy declare [optional]",
"dir": "{{.goctl.model.dir}}",
"style": "{{.global.style}}",