Commit 1155e0a2 authored by nanahira's avatar nanahira

fix

parent 8f768cfc
Pipeline #43466 passed with stages
in 1 minute and 41 seconds
...@@ -204,6 +204,9 @@ Query DTO 中的字段类型仅允许: ...@@ -204,6 +204,9 @@ Query DTO 中的字段类型仅允许:
- Controller / Service 将内部实体原样作为响应返回 - Controller / Service 将内部实体原样作为响应返回
- 将输入解析逻辑散落在 Controller 中 - 将输入解析逻辑散落在 Controller 中
## 关于 lint
- 完成每次任务之后,无论 lint 结果如何,不要尝试手动修复 lint 错误,而是先运行一次 npm run lint 来自动修复大部分问题。
## 参考(只读) ## 参考(只读)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment