- using System.Collections.Generic;
- namespace HNWD.Pregrant.Model
- {
- public class ColleagueExt : ModelExtBase<Colleague>
- {
- public List<WD_DeviceInfo_Simple> deviceInfoSimple = new List<WD_DeviceInfo_Simple>();
- public List<WD_StaffInfo_Simple> staffInfoSimple = new List<WD_StaffInfo_Simple>();
- }
- }
|