فهرست منبع

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