using ivf_tl_Entity.DebugEntitys; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ivf_tl_Entity.DTO { public class SettingHouseData { public List records { get; set; } = new List(); } }