using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IStation.Application { /// /// /// public class MonitorPointGroupMobileDto { /// /// /// public long ID { get; set; } /// /// /// public string Name { get; set; } /// /// /// public string Description { get; set; } /// /// /// public List Items { get; set; } } }