1212121
This commit is contained in:
8
Service/Application.Domain.Entity/model/ChoiceGoods.cs
Normal file
8
Service/Application.Domain.Entity/model/ChoiceGoods.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class ChoiceGoods
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string name { get; set; }
|
||||
public List<TowerGet> award { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user