From 31a62cf0a6dbf6a80bc98059f8b620eeec66a231 Mon Sep 17 00:00:00 2001 From: Lyda <1829913225@qq.com> Date: Sat, 31 Jan 2026 17:39:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=20DTO=20=E8=A7=84=E8=8C=83?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=B1=9E=E6=80=A7=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E8=A7=84=E5=88=99=E8=AF=B4=E6=98=8E,=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=B0=8F=E9=A9=BC=E5=B3=B0=E6=88=96=E4=B8=8B?= =?UTF-8?q?=E5=88=92=E7=BA=BF=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- references/js&ts.nest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/references/js&ts.nest.md b/references/js&ts.nest.md index 0e4ca05..6371c50 100644 --- a/references/js&ts.nest.md +++ b/references/js&ts.nest.md @@ -116,6 +116,7 @@ userModule.ts - 文件名使用小写加横线命名(如 `user-extends.dto.ts`) - 文件名必须加 `.dto.ts` 后缀 - dto 目录下必须包含 `dto.ts` 文件 +- dto 里的类的属性可以使用小驼峰或者下划线命名 ### Good