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