DataRecord结构改进,更新2025年数据表转换规则

This commit is contained in:
2024-12-27 15:18:08 +08:00
parent 77a3909160
commit 8037fc74de
8 changed files with 166 additions and 125 deletions

View File

@@ -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);