From d08766df48f6f83f68305ae2871880fe2946f7ae Mon Sep 17 00:00:00 2001 From: yanghongwei Date: Sun, 13 Apr 2025 19:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Model/Whitelist.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Whitelist.cs b/Model/Whitelist.cs index 151bd85..ea14901 100644 --- a/Model/Whitelist.cs +++ b/Model/Whitelist.cs @@ -73,6 +73,6 @@ namespace LY.App.Model } public class UpdateWhitelist : AddWhitelist { - public long id { get; set; } + public long Id { get; set; } } }