点巡检 设备模具保养执行修改

This commit is contained in:
2024-08-08 09:29:59 +08:00
parent 18f052cefd
commit 06c870c5a1
10 changed files with 137 additions and 10 deletions

View File

@@ -34,5 +34,19 @@
/// 模具状态
/// </summary>
public string mold_status { get; set; }
// /// <summary>
// /// 进度条
// /// </summary>
// public string progress_bar { get; set; }
public int? complete_qty { get; set; }
public int? scheduled_qty { get; set; }
/// <summary>
/// 领用设备
/// </summary>
public string equip_name { get; set; }
}
}