누락된값 수정

This commit is contained in:
김민서 2024-02-06 12:05:22 +09:00
parent 9ecdd47c32
commit de0071a863
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ namespace Server.SQL
{
public class EquipmentData
{
[Key]
public long index { get; set; }
public int part { get; set; }
}

View File

@ -19,7 +19,6 @@ namespace Server.System
public static readonly string PATTERN = "[^a-zA-Z0-9가-힣 ]";
//SQL
public static DeckInfoSQL deckInfoSQL = new DeckInfoSQL();
public static DeckUnitInfoSQL deckUnitInfoSQL = new DeckUnitInfoSQL();