namespace Application.Domain.Entity; public class MapMonsterModel { public string monterId { get; set; } public string name { get; set; } /// /// 0地图怪物 1生成怪物 /// public int type { get; set; } }