Skip to content

Commit

Permalink
correct details
Browse files Browse the repository at this point in the history
  • Loading branch information
n3A87 committed Nov 14, 2024
1 parent c81d957 commit cb96cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/md/dev-example/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TAG INDEX `i_person_name_age` on `person`(`name`(50), `age`);
CREATE TAG INDEX `i_person_name` on `person`(`name`(50));
```

## Necessary `POJO` for two ways'
## Necessary `POJO` for two ways(By Basic DAO & By Custom nGQL)

### Person.java

Expand Down
2 changes: 1 addition & 1 deletion docs/zhCn/md/dev-example/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CREATE TAG INDEX `i_person_name_age` on `person`(`name`(50), `age`);
CREATE TAG INDEX `i_person_name` on `person`(`name`(50));
```

## 两种方式都需要的 `POJO`
## 两种方式(使用基类编写 & 自定义nGQL)都需要的 `POJO`

### Person.java

Expand Down

0 comments on commit cb96cda

Please sign in to comment.