修改产品功能

This commit is contained in:
hello 2024-04-18 09:08:55 +08:00
parent b9aa49d12d
commit 006374118e

View File

@ -179,7 +179,7 @@ namespace HelloWorld.ProductService.Entities.Products
{ {
public class Product public class Product
{ {
[Display(Name = "Product_Name")] [Display(Name = "ProductName")]
public string Name { get; set; } public string Name { get; set; }
} }
} }