98 lines
1.6 KiB
C#
98 lines
1.6 KiB
C#
namespace Model
|
|
{
|
|
public class DigDataHSEDataCollectItem
|
|
{
|
|
public string HSEDataCollectItemId
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string HSEDataCollectId
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public int SortIndex
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
|
|
public string HSEContent
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string MeasureUnit
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
|
|
public string Month1
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month2
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month3
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month4
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month5
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month6
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month7
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month8
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month9
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month10
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month11
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string Month12
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
public string MonthSum
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
}
|
|
} |