From 36d0b0abe54f5b1c14bd0355f783aa4d884edc98 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期二, 15 十一月 2022 15:16:58 +0800 Subject: [PATCH] 1 --- 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