forked from ddrilling/AsbCloudServer
CS2-132 Рассмотреть возможность замены TelemetryInfoDto на Dictionary<string, object> или Dictionary<string, string>
This commit is contained in:
parent
dc636a1d8c
commit
e05bdd2993
@ -12,7 +12,8 @@ namespace AsbCloudDb.Model
|
|||||||
public string Customer { get; set; }
|
public string Customer { get; set; }
|
||||||
public string Deposit { get; set; }
|
public string Deposit { get; set; }
|
||||||
public string HmiVersion { 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; }
|
public string Comment { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user