安灯报警联系人和报警异常类型绑定

This commit is contained in:
quowingwang
2025-12-19 15:38:51 +08:00
parent 11a012035e
commit a8a600f8b6
2 changed files with 4 additions and 4 deletions

View File

@@ -53,10 +53,10 @@ namespace ZR.Model.MES.andon
public string Phone { get; set; }
/// <summary>
/// 负责产线
/// 报警异常类型编码
/// </summary>
[SugarColumn(ColumnName = "line_code")]
public string LineCode { get; set; }
[SugarColumn(ColumnName = "alarm_type_code")]
public string AlarmTypeCode { get; set; }
/// <summary>
/// 创建人

View File

@@ -31,7 +31,7 @@ namespace ZR.Model.MES.andon.Dto
public string Phone { get; set; }
public string LineCode { get; set; }
public string AlarmTypeCode { get; set; }
public string CreatedBy { get; set; }