andon区域下拉

This commit is contained in:
quowingwang
2025-12-21 15:02:05 +08:00
parent 4c7ef6c741
commit c4a9c0ea3d
5 changed files with 44 additions and 28 deletions

View File

@@ -31,14 +31,6 @@ namespace ZR.Model.MES.andon.Dto
}
public class AlarmAreaPullDownDto
{
public string label { get; set; }
public int value { get; set; }
public List<AlarmAreaPullDown2Dto> children { get; set; }
}
public class AlarmAreaPullDown2Dto
{
public string label { get; set; }
public int value { get; set; }