lith 4 年之前
父节点
当前提交
1982e0e00b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dotnet/ServiceStation/Demo/StressTest/App.Robot.Station/Logical/TaskItem.cs

+ 1 - 1
dotnet/ServiceStation/Demo/StressTest/App.Robot.Station/Logical/TaskItem.cs

@@ -15,7 +15,7 @@ namespace App.Robot.Station.Logical
         public long curCount = 0;
         public long failCount = 0;
 
-        public long targetCount { get; private set; }
+        public long targetCount = 0;
 
 
         public TaskConfig config { get => config_;  set { config_ = value; EventAfterSetConfig(); }  }