This commit is contained in:
2024-08-22 14:08:16 +08:00
parent 4ce0a58715
commit 27e67dadf3
29 changed files with 758 additions and 184 deletions

View File

@@ -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; }
}