250501 커밋
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
public class PlanetInfo
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
using ServerCommon;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
//================================================================================
|
||||
// 교환 거래 주문 정보
|
||||
//================================================================================
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
public class PlanetItemExchangeOrderAmountTotalLimit
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
public class PlanetItemExchangeOrderAmountUserLimit
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
public enum ExchangeOrderStatus
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
namespace BrokerCore.DbEntity;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
[Keyless]
|
||||
public class SsoAccountInfo
|
||||
|
||||
Reference in New Issue
Block a user