초기커밋
This commit is contained in:
24
ServerCommon/1. Define/BusinessLog/Domain/TestUserCreate.cs
Normal file
24
ServerCommon/1. Define/BusinessLog/Domain/TestUserCreate.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
|
||||
using ServerCore; using ServerBase;
|
||||
|
||||
|
||||
using META_ID = System.UInt32;
|
||||
|
||||
|
||||
namespace ServerCommon.BusinessLogDomain
|
||||
{
|
||||
public class TestUserCreate: ILogInvoker.IInfo
|
||||
{
|
||||
[JsonProperty]
|
||||
public META_ID TestUserCreateMId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user