review dto

This commit is contained in:
eugeniy_ivanov 2023-03-28 03:41:30 +05:00
parent ae10754368
commit 118df71ccf

View File

@ -6,6 +6,6 @@
public class WitsStrDto : WitsBaseDto
{
/// <inheritdoc/>
public float? Value { get; set; }
public string? Value { get; set; }
}
}