init commit

This commit is contained in:
ycl
2026-05-18 14:34:47 +08:00
commit 1ac2e603fc
15 changed files with 259 additions and 0 deletions

5
template/module Normal file
View File

@@ -0,0 +1,5 @@
id={{ .moduleId }}
name={{ .moduleName | replace "-" "_" }}
projectId={{ .projectId }}
projectName={{ .projectName }}
applicationName={{ .applicationName }}