NewWorkflowObject.cs 354 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using wispro.sp.entity.workflowDefine;
  7. namespace wispro.sp.share
  8. {
  9. public class NewWorkflowObject
  10. {
  11. public Workflow Workflow { get; set; }
  12. public entity.workflowDefine.Action InitAction { get; set; }
  13. }
  14. }