Sic.Framework-Nanjing-Baishi/MECF.Framework.Common/Aitex/Core/Account/DeleteAccountResult.cs

13 lines
183 B
C#

using System;
namespace Aitex.Core.Account
{
[Serializable]
public class DeleteAccountResult
{
public bool ActSucc { get; set; }
public string Description { get; set; }
}
}