SGGL_SHJ/SGGL/Model/APIItem/HJGL/BatchItem.cs

24 lines
371 B
C#

namespace Model
{
public class BatchItem
{
/// <summary>
/// 批ID
/// </summary>
public string PointBatchId
{
get;
set;
}
/// <summary>
/// 检测单位Id
/// </summary>
public string NDEUnit
{
get;
set;
}
}
}