新增报警记录

This commit is contained in:
quowingwang
2025-12-20 16:39:26 +08:00
parent 1db674e411
commit c70b1831b3
4 changed files with 18 additions and 2 deletions

View File

@@ -65,5 +65,6 @@ namespace ZR.Model.MES.andon.Dto
public string UserId { get; set; }
public string UserName { get; set; }
public string[] Area { get; set; }
}
}