删除字段

This commit is contained in:
zpc 2024-07-28 20:04:45 +08:00
parent 130edd8148
commit eba2c0739c
2 changed files with 3 additions and 5 deletions

View File

@ -125,7 +125,8 @@ namespace HuanMeng.MiaoYu.Code.Users
RemainingChatCount = (int)RemainingChatCount,//这里先写1我不会decimal转int
HasTalked = hasTalked,
Photographs = 0,
MemoryCard = (int)memoryCard,
MemoryCardCount= (int)memoryCard,
CharacterInfo = new List<CreateCharacterInfo>
{
//new CreateCharacterInfo

View File

@ -64,10 +64,7 @@ namespace HuanMeng.MiaoYu.Model.Dto
/// </summary>
public int Photographs { get; set; }
/// <summary>
/// 记忆卡数量
/// </summary>
public int MemoryCard { get; set; }
}
/// <summary>