新增报警记录

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

@@ -140,5 +140,11 @@ namespace ZR.Model.MES.andon
[SugarColumn(ColumnName = "updated_time")]
public DateTime? UpdatedTime { get; set; }
[SugarColumn(ColumnName = "area1")]
public string Area1 { get; set; }
[SugarColumn(ColumnName = "area2")]
public string Area2 { get; set; }
}
}

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; }
}
}