DataRecord结构改进,更新2025年数据表转换规则
This commit is contained in:
@@ -45,7 +45,7 @@ public class ProcessContext
|
||||
|
||||
public void CompleteTransform() => IsTransformCompleted = true;
|
||||
public void CompleteOutput() => IsOutputCompleted = true;
|
||||
public bool AddException(Exception e) => _hasException = true;
|
||||
public bool AddException(Exception e) => _hasException = true; // 没打算存起来,暂时先加个标记
|
||||
|
||||
public void AddInput() => Interlocked.Increment(ref _inputCount);
|
||||
|
||||
|
Reference in New Issue
Block a user