删除字段
This commit is contained in:
parent
130edd8148
commit
eba2c0739c
|
|
@ -125,7 +125,8 @@ namespace HuanMeng.MiaoYu.Code.Users
|
||||||
RemainingChatCount = (int)RemainingChatCount,//这里先写1,我不会decimal转int
|
RemainingChatCount = (int)RemainingChatCount,//这里先写1,我不会decimal转int
|
||||||
HasTalked = hasTalked,
|
HasTalked = hasTalked,
|
||||||
Photographs = 0,
|
Photographs = 0,
|
||||||
MemoryCard = (int)memoryCard,
|
|
||||||
|
MemoryCardCount= (int)memoryCard,
|
||||||
CharacterInfo = new List<CreateCharacterInfo>
|
CharacterInfo = new List<CreateCharacterInfo>
|
||||||
{
|
{
|
||||||
//new CreateCharacterInfo
|
//new CreateCharacterInfo
|
||||||
|
|
|
||||||
|
|
@ -64,10 +64,7 @@ namespace HuanMeng.MiaoYu.Model.Dto
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Photographs { get; set; }
|
public int Photographs { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 记忆卡数量
|
|
||||||
/// </summary>
|
|
||||||
public int MemoryCard { get; set; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user