using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ropin.Inspection.Model.ViewModel { /// /// 巡检内容 /// public class TispContentViewModel : BaseViewModel { private string inspectionContent; public Guid C_ID { get; set; } //public string C_Name { get; set; } public string C_Name { get { return this.inspectionContent; } set { this.inspectionContent = value; } } /// /// 内容选项 /// public List