现场问题处理 人工入空托盘堆垛 塑车间信号点位统一整理为配置项等

This commit is contained in:
2024-10-23 15:30:15 +08:00
parent 5e5b3d4374
commit 5e675754e0
14 changed files with 442 additions and 265 deletions

View File

@@ -88,5 +88,30 @@ public partial class EqpDaq : BaseEntity<string>
/// 流程引擎Id
/// </summary>
public string? f_flowid { get; set; }
/// <summary>
///
/// </summary>
public string? oper { get; set; }
/// <summary>
///
/// </summary>
public string? val { get; set; }
/// <summary>
///
/// </summary>
public string? node { get; set; }
/// <summary>
/// 上料库位
/// </summary>
[SugarColumn(IsIgnore = true)]
public string? upmat_location_code { get; set; }
/// <summary>
/// 下料库位
/// </summary>
[SugarColumn(IsIgnore = true)]
public string? downmat_location_code { get; set; }
}