数据治理

This commit is contained in:
2026-07-20 15:43:27 +08:00
parent 28fc3247f5
commit 2ce12bd85a
26 changed files with 2787 additions and 466 deletions
@@ -147,6 +147,23 @@ namespace Model
/// </summary>
public string Con_mode_desc { get; set; }
/// <summary>
/// 审核人Id
/// </summary>
public string HandleMan { get; set; }
/// <summary>
/// 审核人
/// </summary>
public string HandleManName { get; set; }
/// <summary>
/// 审核状态
/// </summary>
public int? HandleState { get; set; }
/// <summary>
/// 审核信息
/// </summary>
public string HandleStr { get; set; }
#endregion
#region QHSE项目信息