Sfoglia il codice sorgente

Merge branch 'master' of http://git.fwt.com/Hotline/hotline

TANG JIANG 2 anni fa
parent
commit
c69d464a19

+ 5 - 0
src/Hotline.Share/Dtos/FlowEngine/PreviousWorkflowDto.cs

@@ -3,4 +3,9 @@
 public class PreviousWorkflowDto : EndWorkflowDto
 {
     public string WorkflowId { get; set; }
+
+    /// <summary>
+    /// 是否短信通知
+    /// </summary>
+    public bool AcceptSms { get; set; }
 }