namespace Application.Domain.Entity;
public class EquAwakenData
{
private System.Int32 _lev;
///
///
///
public System.Int32 lev
{ get { return this._lev; } set { this._lev = value; } }
private System.Int32 _success;
///
///
///
public System.Int32 success
{ get { return this._success; } set { this._success = value; } }
private List _need;
///
///
///
public List need
{ get { return this._need; } set { this._need = value; } }
private List _attr;
///
///
///
public List attr
{ get { return this._attr; } set { this._attr = value; } }
}