임시 커밋

This commit is contained in:
김판돌 2024-03-19 22:10:50 +09:00
parent ed0423ead1
commit 2e99385259
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace Server.SQL
public class ShopItem public class ShopItem
{ {
[JsonIgnore] [JsonIgnore]
public long user_id { get; set; } public long user_id { get; set; }
public long id { get; set; } public long id { get; set; }
public long shop_item_data_id { get; set; } public long shop_item_data_id { get; set; }
public DateTime buy_date { get; set; } public DateTime buy_date { get; set; }