删除字段
This commit is contained in:
parent
130edd8148
commit
eba2c0739c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -64,10 +64,7 @@ namespace HuanMeng.MiaoYu.Model.Dto
|
|||
/// </summary>
|
||||
public int Photographs { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 记忆卡数量
|
||||
/// </summary>
|
||||
public int MemoryCard { get; set; }
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user