[성현모] EFCore 기능 추, dll 버전 추가
This commit is contained in:
25
Projects/HubX/HubX.Library/Http/Packet/Packet.cs
Normal file
25
Projects/HubX/HubX.Library/Http/Packet/Packet.cs
Normal file
@ -0,0 +1,25 @@
|
||||
using DB.HubXDB;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace HubX.Library.Http.Packet
|
||||
{
|
||||
public class Request_InsertUniqueKey
|
||||
{
|
||||
public string Identity { get; set; }
|
||||
|
||||
public string? Data1 { get; set; }
|
||||
public string? Data2 { get; set; }
|
||||
public string? Data3 { get; set; }
|
||||
public string? Data4 { get; set; }
|
||||
public string? Data5 { get; set; }
|
||||
}
|
||||
|
||||
public class Response_InsertUniqueKy
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user