From 8fbaa2a04d3f730f549f613e9f0711fbd6c8e9ca Mon Sep 17 00:00:00 2001 From: jhz <jinghz@oceic.com> Date: 星期四, 16 六月 2022 09:21:39 +0800 Subject: [PATCH] 流转卡报错修改 --- 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