报警等级下拉

This commit is contained in:
quowingwang
2025-12-11 16:19:02 +08:00
parent 8b0ddc865e
commit d4228b34cd
4 changed files with 37 additions and 2 deletions

View File

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