@ -181,7 +181,7 @@ namespace Common.Shared.Application.SafetyFirePro.RequestDto
/// <summary>
/// /隐患状态:0待核查,1待整改,2待验收,3治理完毕,4不是隐患
/// </summary>
public string Status { get; set; }
public string? Status { get; set; }
/// 第三方定义的隐患等级2一般隐患,3重大隐患
@ -427,6 +427,9 @@ namespace Common.Shared.Application.SafetyFirePro.ResponseDto
[JsonPropertyName("monitor")]
public List<MonitorDto> Monitor { get; set; }
[JsonPropertyName("uniguecode")]
public string? UnigueCode { get; set; }
[JsonPropertyName("ristType")]
public RistTypeWrapper RistType { get; set; }