- 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<WD_DeviceInfoRaw>
- {
- public List<WD_DeviceInfoRaw> BedInfoArray = new List<WD_DeviceInfoRaw>();
- public List<WD_DeviceInfoRaw> DeviceInfoArray = new List<WD_DeviceInfoRaw>();
- public List<WD_DeviceInfoRaw> hostList = new List<WD_DeviceInfoRaw>();
-
- }
- }
|