using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Hotline.Share.Dtos.Article; using Hotline.Share.Dtos.FlowEngine; namespace Hotline.Share.Dtos.Order { public class OrderStartFlowDto : StartWorkflowDto { } public class ScreenStartFlowDto : StartWorkflowDto { } public class DelayStartFlowDto : StartWorkflowDto { } public class BulletinFlowDto:StartWorkflowDto { } public class CircularFlowDto:StartWorkflowDto { } public class VisitStartFlowDto:StartWorkflowDto { } }