SGGL_SHJ/SGGL/Model/HJGL/PointBatchItem.cs

120 lines
1.7 KiB
C#
Raw Normal View History

2022-09-05 16:36:31 +08:00
namespace Model
{
public class PointBatchItem
{
public string PointBatchId
{
get;
set;
}
public string PointBatchItemId
{
get;
set;
}
public string PointState
{
get;
set;
}
public string StartDate
{
get;
set;
}
public string WeldJointId
{
get;
set;
}
public string WeldJointCode
{
get;
set;
}
public string PipelineCode
{
get;
set;
}
public string JointArea
{
get;
set;
}
public string CheckResult
{
get;
set;
}
public string AttachUrl
{
get;
set;
}
public string WelderCode
{
get;
set;
}
public string FilmDate
{
get;
set;
}
public string ReportDate
{
get;
set;
}
public string TotalFilm
{
get;
set;
}
public string PassFilm
{
get;
set;
}
public string JudgeGrade
{
get;
set;
}
public string CheckDefects
{
get;
set;
}
public string RepairLocation
{
get;
set;
}
public bool selected
{
get;
set;
}
}
}