点巡检报表 设备维修复核

This commit is contained in:
2024-08-30 12:01:57 +08:00
parent 02a79e3d59
commit a2514a1354
14 changed files with 163 additions and 23 deletions

View File

@@ -163,5 +163,15 @@ public partial class EqpRepairApply : BaseEntity<string>
/// 生产任务单号
/// </summary>
public string? mo_task_code { get; set; }
/// <summary>
/// 复核结果
/// </summary>
public string repeat_result { get; set; }
/// <summary>
/// 复核描述
/// </summary>
public string repeat_descrip { get; set; } = string.Empty;
}