人机交互页面

This commit is contained in:
quowingwang
2025-12-11 13:47:44 +08:00
parent c261077fee
commit 9b1df66b9f
6 changed files with 57 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ namespace ZR.Model.MES.andon.Dto
/// </summary>
public class AndonAlarmRecordQueryDto : PagerInfo
{
public DateTime startTime { get; set; }
public DateTime endTime { get; set; }
}
/// <summary>

View File

@@ -7,6 +7,7 @@ namespace ZR.Model.MES.andon.Dto
/// </summary>
public class AndonAlarmRecordProcessQueryDto : PagerInfo
{
public string AlarmCode { get; set; }
}
/// <summary>