Skip to content

Commit e66d88d

Browse files
authored
Merge pull request #24528 from abpframework/auto-merge/rel-10-0/4234
Merge branch rel-10.1 with rel-10.0
2 parents 306ff23 + 21a2e54 commit e66d88d

9 files changed

+1
-1
lines changed
-9.71 KB
Loading
-9.07 KB
Loading
-5.66 KB
Loading
-5.37 KB
Loading
-9.97 KB
Loading
-14.3 KB
Loading
-103 KB
Loading
-106 KB
Loading

docs/en/tutorials/book-store-with-abp-suite/part-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Here is the all details for the `Book` entity:
9696
* `Name` is **required**, it's a **string** property and maximum length is **128**.
9797
* `Type` is an **enum** and the enum file path is *\Acme.BookStore.Domain.Shared\Books\BookType.cs*.
9898
* `PublishDate` is a **DateTime** property and **not nullable**.
99-
* `Price` is a **float** property and **required**.
99+
* `Price` is a **float** property.
100100

101101
You can leave the other configurations as default.
102102

0 commit comments

Comments
 (0)