병합작업
This commit is contained in:
commit
02c0e17c56
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue