质量
This commit is contained in:
@@ -43,6 +43,11 @@ namespace Tnb.QcMgr.Entities
|
||||
/// 抽样数
|
||||
/// </summary>
|
||||
public string? checknum { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 合格数
|
||||
/// </summary>
|
||||
public int? qty { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 状态
|
||||
@@ -93,5 +98,36 @@ namespace Tnb.QcMgr.Entities
|
||||
/// 修改时间
|
||||
/// </summary>
|
||||
public DateTime? modify_time { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 单据编号
|
||||
/// </summary>
|
||||
public string bill_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 生产任务单编号
|
||||
/// </summary>
|
||||
public string mo_task_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 载具编号
|
||||
/// </summary>
|
||||
public string carry_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 提报记录id
|
||||
/// </summary>
|
||||
public string report_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 抽样方式
|
||||
/// </summary>
|
||||
public string check_type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 备注
|
||||
/// </summary>
|
||||
public string remark { get; set; }
|
||||
public string batch { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user