点巡检复核

This commit is contained in:
2023-05-18 17:18:26 +08:00
parent 926d37924a
commit c19a2c13dc
8 changed files with 181 additions and 44 deletions

View File

@@ -71,7 +71,7 @@ namespace Tnb.EquipMgr.Entities
/// Default:
/// Nullable:True
/// </summary>
public int? result {get;set;}
public string? result {get;set;}
/// <summary>
/// Desc:点巡检结果备注
@@ -219,6 +219,13 @@ namespace Tnb.EquipMgr.Entities
/// Nullable:True
/// </summary>
public string? attachment {get;set;}
/// <summary>
/// Desc:复核结果1 合格2不合格
/// Default:
/// Nullable:True
/// </summary>
public string? repeat_result {get;set;}
}
}