数据库插件实体类修改!

This commit is contained in:
Diego
2024-12-26 14:45:25 +08:00
parent d7e6a4493c
commit 44d00e9da3
3 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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; }
}

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>7.2.0.96</Version>
<Version>7.2.0.97</Version>
</PropertyGroup>
<ItemGroup>