1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using wispro.sp.entity.workflowDefine;
- namespace wispro.sp.share
- {
- public class NewWorkflowObject
- {
- public Workflow Workflow { get; set; }
- public ActionObject InitAction { get; set; }
- }
- }
|