소스 검색

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