using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ropin.Inspection.Model.ViewModel
{
public class TispRecordItemAlarmDetailViewModel : BaseViewModel
{
private string inspectionContent;
///
/// 编号
///
public Guid C_ID { get; set; }
///
/// 巡检记录编号
///
public Guid C_RecordCode { get; set; }
///
/// 内容编号
///
public Guid C_ContentCode { get; set; }
///
/// 巡检点内容编号 待删除
///
public Guid C_SpotContentCode { get; set; }
//public string C_InspectionContent { get; set; }
public string C_InspectionContent
{
get { return this.inspectionContent; }
set
{
this.inspectionContent = value;
}
}
///
/// 内容选项
///
public List