using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ropin.Inspection.Model.ViewModel
{
///
/// 安检巡检记录
///
public class TsecRecordItemDetailViewModel : BaseViewModel
{
private string inspectionContent;
public Guid RecordId { get; set; }
///
/// 安检记录
///
//public Guid SecurityId { get; set; }
//public string SecurityContent { get; set; }
//public string SecurityRemark { get; set; }
public string SecurityCreateByName { get; set; }
//public string SecurityCreateOn { get; set; }
//public string SecurityLastUpdatedByName { get; set; }
//public string SecurityLastUpdatedOn { get; set; }
//public string SecurityStatus { get; set; }
public Guid C_ID { get; set; }
public Guid C_RecordItemCode { get; set; }
public string C_SecurityContent { get; set; }
public string C_Remark { get; set; }
public string C_Status { get; set; }
public Guid C_CreateBy { get; set; }
public DateTime? D_CreateOn { get; set; }
public Guid C_LastUpdatedBy { get; set; }
public DateTime? D_LastUpdatedOn { get; set; }
///
/// 巡检记录
///
//public string InspectionContent { get; set; }
public string InspectionContent
{
get { return this.inspectionContent; }
set
{
this.inspectionContent = value;
}
}
///
/// 内容选项
///
public List