|
@@ -168,6 +168,14 @@ namespace Hotline.Share.Dtos.Order
|
|
|
/// </summary>
|
|
|
public string? ActualHandleOrgAreaName { get; set; }
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 实际办理对象(会签停留在顶级发起节点)
|
|
|
+ /// 办理时选择的办理对象,可能是部门也可能是用户
|
|
|
+ /// </summary>
|
|
|
+ public string? ActualHandlerValue { get; set; }
|
|
|
+ public string? ActualHandlerKey { get; set; }
|
|
|
+ public EHandlerType? ActualHandlerType { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 实际办理意见(办理中...or 最终办理意见)
|
|
|
/// </summary>
|
|
@@ -210,65 +218,6 @@ namespace Hotline.Share.Dtos.Order
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
- #region 当前办理节点信息
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 当前办理节点code(非会签:当前被指派节点,会签:会签发起节点)
|
|
|
- /// </summary>
|
|
|
- public string? CurrentStepCode { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 当前节点名称
|
|
|
- /// </summary>
|
|
|
- public string? CurrentStepName { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 到达当前节点时间
|
|
|
- /// </summary>
|
|
|
- public DateTime? CurrentStepCreateTime { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理节点签收时间
|
|
|
- /// </summary>
|
|
|
- public DateTime? CurrentHandleStepAcceptTime { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理时间
|
|
|
- /// </summary>
|
|
|
- public DateTime? CurrentHandleTime { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理人id
|
|
|
- /// </summary>
|
|
|
- public string? CurrentHandlerId { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理人名称
|
|
|
- /// </summary>
|
|
|
- public string? CurrentHandlerName { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理部门名称
|
|
|
- /// </summary>
|
|
|
- public string? CurrentHandleOrgName { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理部门编码
|
|
|
- /// </summary>
|
|
|
- public string? CurrentHandleOrgCode { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理部门行政区划编码
|
|
|
- /// </summary>
|
|
|
- public string? CurrentHandleOrgAreaCode { get; set; }
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// 实际办理部门行政区划名称
|
|
|
- /// </summary>
|
|
|
- public string? CurrentHandleOrgAreaName { get; set; }
|
|
|
-
|
|
|
- #endregion
|
|
|
-
|
|
|
#region 一级部门
|
|
|
|
|
|
/// <summary>
|