提报记录添加工单号

This commit is contained in:
2023-11-28 09:37:27 +08:00
parent c622f14aa5
commit 64d0a9bf9a
5 changed files with 17 additions and 1 deletions

View File

@@ -82,5 +82,10 @@ public partial class PrdMoTaskDefectRecord : BaseEntity<string>
/// 任务类型
/// </summary>
public string mo_task_type { get; set; }
/// <summary>
/// 工单号
/// </summary>
public string? mo_code { get; set; }
}