상점 마무리
This commit is contained in:
parent
3fc1e5a870
commit
c5a72a00fb
|
|
@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
|
|||
|
||||
namespace Server.SQL
|
||||
{
|
||||
public class ConsumableItemData
|
||||
public class ConsumableItemData
|
||||
{
|
||||
[Key]
|
||||
public long index { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue