报警等级

This commit is contained in:
quowingwang
2025-12-10 14:30:02 +08:00
parent 9439286219
commit 7ccc4eeb68
2 changed files with 5 additions and 1 deletions

View File

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