瀏覽代碼

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

TANG JIANG 2 年之前
父節點
當前提交
c69d464a19
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/Hotline.Share/Dtos/FlowEngine/PreviousWorkflowDto.cs

+ 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; }
 }