mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 18:51:28 +08:00
数据库插件实体类修改!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>9.0.2.65</PluginVersion>
|
||||
<PluginVersion>9.0.2.66</PluginVersion>
|
||||
<ProPluginVersion>9.0.2.84</ProPluginVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@@ -18,5 +18,5 @@ public interface IDBHistoryValue
|
||||
public long Id { get; set; }
|
||||
bool IsOnline { get; set; }
|
||||
string Name { get; set; }
|
||||
string Value { get; set; }
|
||||
decimal Value { get; set; }
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>7.2.0.96</Version>
|
||||
<Version>7.2.0.97</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user