From f60167d82e44ffd4e2c78c48dd673aa0ffc57cfa Mon Sep 17 00:00:00 2001 From: LanMao <861190132@qq.com> Date: Wed, 25 Sep 2024 01:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=97=B6$=E5=BA=94=E8=AF=A5=E6=98=AF?= =?UTF-8?q?=E7=BB=93=E5=B0=BE=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../current/object/view/dto-language.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/object/view/dto-language.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/object/view/dto-language.mdx index 8fdcf9112..954db08a4 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/object/view/dto-language.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/object/view/dto-language.mdx @@ -622,7 +622,7 @@ OrderView { - ❶ 为`prop1`和`prop2`添加前缀`oldSystem`,其中`^`表示起始位置 -- ❷ 为`prop3`和`prop4`添加后缀`ForNewSystem`,其中`$`表示起始位置 +- ❷ 为`prop3`和`prop4`添加后缀`ForNewSystem`,其中`$`表示结尾位置 生成的`RobotView`类如下 @@ -1480,4 +1480,4 @@ open class BookView( - [在Input DTO中处理空值](../../mutation/save-command/input-dto/null-handling) -- [Specification DTO,超级QBE](../../query/super_qbe) \ No newline at end of file +- [Specification DTO,超级QBE](../../query/super_qbe)