xf 1 anno fa
parent
commit
e6215284a3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/Hotline.Share/Dtos/FlowEngine/DefinedStepDto.cs

+ 1 - 1
src/Hotline.Share/Dtos/FlowEngine/DefinedStepDto.cs

@@ -17,7 +17,7 @@ namespace Hotline.Share.Dtos.FlowEngine
 
         public IReadOnlyList<StepBasicDto> Steps { get; set; }
 
-        public DateTime ExpiredTime { get; set; }
+        public DateTime? ExpiredTime { get; set; }
 
         public IReadOnlyList<string> Components { get; set; }