Test update
This commit is contained in:
parent
7a27314ae7
commit
e41f9ca3cf
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue