田爽 1 年之前
父节点
当前提交
6adb244a24
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/Hotline/Orders/OrderSpecial.cs

+ 2 - 2
src/Hotline/Orders/OrderSpecial.cs

@@ -28,8 +28,8 @@ namespace Hotline.Orders
         public string NextStepCode { get; set; } = string.Empty;
         public string NextStepName { get; set; } = string.Empty;
 
-        public string StepCode { get; set; } = string.Empty;
-        public string StepName { get; set; } = string.Empty;
+        public string? StepCode { get; set; } = string.Empty;
+        public string? StepName { get; set; } = string.Empty;
 
 		[SugarColumn(ColumnDataType = "json", IsJson = true, IsNullable = true)]
 		public List<Kv> NextHandlers { get; set; }