SGGL_SGY/SGGL/Model/APIItem/SYHSE/DataEnvironmentProtectionIt...

101 lines
1.7 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model.APIItem.SYHSE
{
public class DataEnvironmentProtectionItem
{
public string Id
{
get;
set;
}
public string UnitId
{
get;
set;
}
public string ProjectId
{
get;
set;
}
public DateTime? DetectionTimeA
{
get;
set;
}
public DateTime? DetectionTimeZ
{
get;
set;
}
public string DetectionAddress
{
get;
set;
}
public string DetectionProject
{
get;
set;
}
public string DetectionValue
{
get;
set;
}
public string StandValue
{
get;
set;
}
public string AvgFlow
{
get;
set;
}
public string SumFlow
{
get;
set;
}
public string IsOk
{
get;
set;
}
public string IsStop
{
get;
set;
}
public string Type
{
get;
set;
}
public string ReMark
{
get;
set;
}
public string CreateMan
{
get;
set;
}
public DateTime? CreateDate
{
get;
set;
}
}
}