This commit is contained in:
quowingwang
2025-12-21 14:25:17 +08:00
parent 71374b064d
commit 4c7ef6c741
8 changed files with 118 additions and 112 deletions

View File

@@ -23,7 +23,7 @@ namespace ZR.Model.MES.andon
/// 报警时间
/// </summary>
[SugarColumn(ColumnName = "level_time")]
public string LevelTime { get; set; }
public int LevelTime { get; set; }
/// <summary>