|
|
|
|
@ -1877,6 +1877,7 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC";
|
|
|
|
|
return list;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//by 019188 加载生产过程检 2025-12-19
|
|
|
|
|
public List<ProductProcessData> GetProductProcessCheckInfo(string deviceCode)
|
|
|
|
|
{
|
|
|
|
|
@ -1959,9 +1960,8 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC";
|
|
|
|
|
return totalAffectedRows;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public class MesTableSelfDetialModel
|
|
|
|
|
{
|
|
|
|
|
@ -1996,3 +1996,4 @@ where machine_code = 'X1' and bind_status = '0' order by update_time DESC";
|
|
|
|
|
public int table_line { get; set; }
|
|
|
|
|
public int index { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|