This commit is contained in:
V-LiuShuang
2026-09-07 17:32:16 +08:00
parent 34b18df044
commit a96372fc4d
2 changed files with 121 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description: 在mis编写代码的必备技能。
# mis-spec
请结合[核心技术栈](./references/core_arch.md),并严格遵守[代码编写规范](./references/coding_rules.md)生成代码,被要求编写HTTP接口文档时,请参考[api-doc.md](./examples//api-doc.md)文档生成。
请结合[核心技术栈](./references/core_arch.md)、[MVC通用目录结构](./references/mvc_dir.md),并严格遵守[代码编写规范](./references/coding_rules.md)生成代码,被要求编写HTTP接口文档时,请参考[api-doc.md](./examples//api-doc.md)文档生成。
## 示例代码