Template
chore: deploy initial code base
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Strata.ContinuousImprovement.Api.Test.Integration.Info
|
||||
{
|
||||
public class InitiativeRollupValue
|
||||
{
|
||||
[JsonPropertyName("initiativeRollupValueId")]
|
||||
public int InitiativeRollupValueId { get; set; }
|
||||
|
||||
[JsonPropertyName("initiativeRollupColumnId")]
|
||||
public int InitiativeRollupColumnId { get; set; }
|
||||
|
||||
[JsonPropertyName("value")]
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user