SGGL_SHJ/SGGL/Model/CQMS/WelderItem.cs

48 lines
695 B
C#

namespace Model
{
public class WelderItem
{
public string UnitName
{
get;
set;
}
public string ThisPersonNum
{
get;
set;
}
public string ThisOKPersonNum
{
get;
set;
}
public string ThisOKRate
{
get;
set;
}
public string TotalPersonNum
{
get;
set;
}
public string TotalOKPersonNum
{
get;
set;
}
public string TotalOKRate
{
get;
set;
}
}
}