초기커밋
This commit is contained in:
30
ServerCommon/z.Backup/AccountIDEntity.cs
Normal file
30
ServerCommon/z.Backup/AccountIDEntity.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
//using System;
|
||||
//using System.Collections.Generic;
|
||||
//using System.Linq;
|
||||
//using System.Text;
|
||||
//using System.Threading.Tasks;
|
||||
//using Amazon.DynamoDBv2;
|
||||
//using Amazon.DynamoDBv2.Model;
|
||||
//using Amazon.DynamoDBv2.DocumentModel;
|
||||
//using Newtonsoft.Json;
|
||||
//using ServerCore; using ServerBase;
|
||||
|
||||
//namespace ServerCommon.DB
|
||||
//{
|
||||
// public class AccountIDEntity
|
||||
// {
|
||||
// public string PK_Name { get; private set; } = string.Empty;
|
||||
// public string SK_Guid { get; private set; } = string.Empty;
|
||||
|
||||
// public AccountIDEntity(Document document)
|
||||
// {
|
||||
// ReadFrom(document);
|
||||
// }
|
||||
|
||||
// void ReadFrom(Document document)
|
||||
// {
|
||||
// PK_Name = document["PK"].AsString().Replace(MainDB.GetPKPrefix(EEntityType.AccountId), "");
|
||||
// SK_Guid = document["SK"].AsString().Replace(MainDB.GetSKPrefix(EEntityType.AccountId), "");
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user