using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HNWD.Pregrant.Model { public class WD_DeviceInfoExtRaw : ModelExtBase { public List BedInfoArray = new List(); public List DeviceInfoArray = new List(); public List hostList = new List(); } }