From 006374118e0f4ebaba93e6717909249f63d5452a Mon Sep 17 00:00:00 2001 From: hello Date: Thu, 18 Apr 2024 09:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/helloshop/product-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/helloshop/product-service.md b/notes/helloshop/product-service.md index 8a26420..2202fd1 100644 --- a/notes/helloshop/product-service.md +++ b/notes/helloshop/product-service.md @@ -179,7 +179,7 @@ namespace HelloWorld.ProductService.Entities.Products { public class Product { - [Display(Name = "Product_Name")] + [Display(Name = "ProductName")] public string Name { get; set; } } }