init commit

This commit is contained in:
ycl
2025-10-27 17:47:18 +08:00
parent 29f2c085b1
commit 03f4a33ceb
47 changed files with 281 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 }}