Test update

This commit is contained in:
김판돌 2024-03-08 21:39:18 +09:00
parent 7a27314ae7
commit e41f9ca3cf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace Server.SQL namespace Server.SQL
{ {
[Table("consumable_item", Schema = "gamedb")] [Table("consumable_item", Schema = "gamedb")]
public class ConsumableItem public class ConsumableItem
{ {
public long id { get; set; } public long id { get; set; }
[JsonIgnore] [JsonIgnore]