CS2-132 Рассмотреть возможность замены TelemetryInfoDto на Dictionary<string, object> или Dictionary<string, string>

This commit is contained in:
Фролов 2021-12-16 15:24:37 +05:00
parent dc636a1d8c
commit e05bdd2993

View File

@ -12,7 +12,8 @@ namespace AsbCloudDb.Model
public string Customer { get; set; }
public string Deposit { get; set; }
public string HmiVersion { get; set; }
public string PlcVersion { get; set; }
public string SaubPlcVersion { get; set; }
public string SpinPlcVersion { get; set; }
public string Comment { get; set; }
}
}