From 9dc7ad658e7629397a90d002c0ee65a3d67f8acf Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期四, 21 十一月 2024 16:43:54 +0800 Subject: [PATCH] 1 --- WebAPI/Models/Supplier.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Supplier.cs b/WebAPI/Models/Supplier.cs index 29cdc49..d999373 100644 --- a/WebAPI/Models/Supplier.cs +++ b/WebAPI/Models/Supplier.cs @@ -75,6 +75,8 @@ public string HMaterClass { get; set; } + public int HPSStyleID { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.1