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)