using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Model
{
///
/// 项目管线未达焊接比例
///
public class sp_index_HJGLItem
{
public string ProjectId
{
get;
set;
}
///
///
///
public string ID
{
get;
set;
}
///
///
///
public string strValues
{
get;
set;
}
///
///
///
public string strTitles
{
get;
set;
}
///
///
///
public string UnitId
{
get;
set;
}
public string UnitName
{
get;
set;
}
public string UnitWorkName
{
get;
set;
}
///
///
///
public string WorkAreaId
{
get;
set;
}
///
///
///
public string MaterialId
{
get;
set;
}
public string MaterialCode
{
get;
set;
}
public string Specification
{
get;
set;
}
public string WeldTypeCode
{
get;
set;
}
public string JointAttribute
{
get;
set;
}
///
///
///
public int? CHT_PassFilm
{
get;
set;
}
///
///
///
public int? CHT_TotalFilm
{
get;
set;
}
}
}