From 2e993852595c9e0044392f2600d5da52cbdb6642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Tue, 19 Mar 2024 22:10:50 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=EC=BB=A4=EB=B0=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/SQL/ShopItem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/SQL/ShopItem.cs b/Server/SQL/ShopItem.cs index 744e4b9..dcedd39 100644 --- a/Server/SQL/ShopItem.cs +++ b/Server/SQL/ShopItem.cs @@ -8,7 +8,7 @@ namespace Server.SQL public class ShopItem { [JsonIgnore] - public long user_id { get; set; } + public long user_id { get; set; } public long id { get; set; } public long shop_item_data_id { get; set; } public DateTime buy_date { get; set; }