Send stepNumber for annotation to run-service (#3614)

This commit is contained in:
Tingluo Huang
2024-12-09 12:40:58 -05:00
committed by GitHub
parent 078eb3b381
commit 27f6ca8177
3 changed files with 6 additions and 0 deletions

View File

@@ -31,5 +31,8 @@ namespace Sdk.RSWebApi.Contracts
[DataMember(Name = "endColumn", EmitDefaultValue = false)]
public long EndColumn;
[DataMember(Name = "stepNumber", EmitDefaultValue = false)]
public long StepNumber;
}
}