duan
2024-08-21 22bd5bc1ce2b49284cc2f042c7f4f48619fcf85b
src/DIXWeb.Entity/Workflow/WorkflowNodeDetail.cs
@@ -28,6 +28,9 @@
        public int CreateUserId { get; set; }
        public DateTime ChTime { get; set; }
        public int ChUserId { get; set; }
        public string ActiveType { get; set; }
        
    }
}