8 lines
184 B
C#
8 lines
184 B
C#
namespace Application.Domain.Entity;
|
|
|
|
public class ChoiceGoods
|
|
{
|
|
public int id { get; set; }
|
|
public string name { get; set; }
|
|
public List<TowerGet> award { get; set; }
|
|
} |