This commit is contained in:
geh
2026-07-20 12:08:16 +08:00
parent e7354bed93
commit 4fd1a440f7
26 changed files with 2648 additions and 368 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项目信息