报警等级

This commit is contained in:
quowingwang
2025-12-10 15:31:37 +08:00
parent 7ccc4eeb68
commit 467f71a150
7 changed files with 41 additions and 6 deletions

View File

@@ -32,4 +32,10 @@ namespace ZR.Model.MES.andon.Dto
}
public class AlarmTypePullDownDto
{
public string label { get; set; }
public string value { get; set; }
}
}