SGGL_SHJ/SGGL/Model/CQMS/NDTCheckItem.cs

54 lines
780 B
C#

namespace Model
{
public class NDTCheckItem
{
public string UnitName
{
get;
set;
}
public string FilmNum
{
get;
set;
}
public string NotOKFileNum
{
get;
set;
}
public string RepairFileNum
{
get;
set;
}
public string OneOKRate
{
get;
set;
}
public string TotalFilmNum
{
get;
set;
}
public string TotalNotOKFileNum
{
get;
set;
}
public string TotalOneOKRate
{
get;
set;
}
}
}