This commit is contained in:
DEVICE8\12494
2023-05-28 21:17:49 +08:00
parent 56affbfd19
commit c6522831b4
14 changed files with 621 additions and 189 deletions

View File

@@ -52,7 +52,7 @@ public partial class PrdMoTaskDefectRecord : BaseEntity<string>
/// <summary>
/// 报废数量
/// </summary>
public int? scrap_qty { get; set; }
public int scrap_qty { get; set; }
/// <summary>
/// 生产任务单状态
@@ -81,6 +81,6 @@ public partial class PrdMoTaskDefectRecord : BaseEntity<string>
/// <summary>
/// 任务类型
/// </summary>
public int mo_task_type { get; set; }
public string mo_task_type { get; set; }
}