修改专项检查

This commit is contained in:
2023-09-05 14:45:18 +08:00
parent 02e9796323
commit f7e17a792a
13 changed files with 440 additions and 43 deletions
@@ -187,5 +187,21 @@ namespace Model
get;
set;
}
/// <summary>
/// 检查要点Id
/// </summary>
public string CheckItemDetailSetId { get; set; }
/// <summary>
/// 检查要点内容
/// </summary>
public string CheckItemDetailContent { get; set; }
/// <summary>
/// 整改期限
/// </summary>
public DateTime? Rectification_Date { get; set; }
}
}