병합작업

This commit is contained in:
김민서 2024-01-22 17:16:49 +09:00
commit 02c0e17c56
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
using Microsoft.EntityFrameworkCore;
using NLog;
using Server.System;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
@ -16,7 +15,6 @@ namespace Server.SQL
public class EquipmentDataSQL : SQL<EquipmentData>
{
private static readonly NLog.ILogger logger = LogManager.GetCurrentClassLogger();
public override DbSet<EquipmentData> table { get; set; }
public override List<EquipmentData> SelectUid(long user_id)