田爽 11 місяців тому
батько
коміт
dfc8b21a8d

+ 11 - 0
src/Hotline.Share/Dtos/FlowEngine/Workflow/WorkflowStepDto.cs

@@ -89,4 +89,15 @@ public class WorkflowStepDto
 	/// 接办时间
 	/// </summary>
 	public DateTime? AcceptTime { get; set; }
+
+	/// <summary>
+	/// 接办人部门code
+	/// </summary>
+	public string? AcceptorOrgId { get; set; }
+
+	public string? AcceptorOrgName { get; set; }
+
+	public string? CreatorOrgId { get; set; }
+
+	public string? CreatorOrgName { get; set; }
 }