质量
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
public string? tasktime { get; set; }
|
||||
public string? exectime { get; set; }
|
||||
public string? execuser { get; set; }
|
||||
|
||||
public string mo_task_code { get; set; }
|
||||
public string batch { get; set; }
|
||||
public int? qty { get; set; }
|
||||
public string bill_code { get; set; }
|
||||
|
||||
}
|
||||
public class CheckTaskOut
|
||||
@@ -23,6 +28,15 @@
|
||||
public string? workname { get; set; }
|
||||
public string? wareid { get; set; }
|
||||
public string? status { get; set; }
|
||||
public string mo_task_code { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public string material_code { get; set; }
|
||||
public string material_name { get; set; }
|
||||
public int checknum { get; set; }
|
||||
|
||||
public string worker_name { get; set; }
|
||||
public string bill_code { get; set; }
|
||||
public string carry_code { get; set; }
|
||||
public List<CheckExecTypeOut>? checktypes { get; set; }
|
||||
}
|
||||
public class CheckExecTypeOut
|
||||
|
||||
@@ -44,6 +44,17 @@ namespace Tnb.QcMgr.Entities
|
||||
/// 生产次数
|
||||
/// </summary>
|
||||
public int? pronum { get; set; }
|
||||
|
||||
public string mo_task_code { get; set; }
|
||||
|
||||
public string carry_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 提报记录id
|
||||
/// </summary>
|
||||
public string report_id { get; set; }
|
||||
public string check_type { get; set; }
|
||||
public string batch { get; set; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user