区域下拉
This commit is contained in:
@@ -28,8 +28,19 @@ namespace ZR.Model.MES.andon.Dto
|
||||
public string UpdatedBy { get; set; }
|
||||
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
}
|
||||
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user