From 9799ffc3b8d25a5e9a3a04cf807387c5312bec63 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期四, 15 九月 2022 16:19:09 +0800
Subject: [PATCH] nothing
---
WebAPI/Models/Supplier.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Models/Supplier.cs b/WebAPI/Models/Supplier.cs
index eaa25f1..3800016 100644
--- a/WebAPI/Models/Supplier.cs
+++ b/WebAPI/Models/Supplier.cs
@@ -7,7 +7,7 @@
{
public class Supplier
{
- public long HItemID { get; set; }
+ public long HInterID { get; set; }
public string HNumber { get; set; }
public string HShortNumber { get; set; }
public string HName { get; set; }
--
Gitblit v1.9.1