mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-22 11:33:07 +08:00
修复缓存item没有默认构造函数导致的錯誤
This commit is contained in:
@@ -23,6 +23,13 @@ namespace ThingsGateway.Cache;
|
||||
/// </summary>
|
||||
public class LiteDBDefalutCacheItem<T> : IPrimaryIdEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// LiteDBDefalutCacheItem
|
||||
/// </summary>
|
||||
public LiteDBDefalutCacheItem()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// LiteDBDefalutCacheItem
|
||||
/// </summary>
|
||||
|
@@ -12,7 +12,6 @@
|
||||
<ProjectReference Include="..\foundation\ThingsGateway.Foundation.OpcDa\src\ThingsGateway.Foundation.OpcDa.csproj" />
|
||||
<ProjectReference Include="..\foundation\ThingsGateway.Foundation.OpcUa\src\ThingsGateway.Foundation.OpcUa.csproj" />
|
||||
<ProjectReference Include="..\foundation\ThingsGateway.Foundation.SiemensS7\src\ThingsGateway.Foundation.SiemensS7.csproj" />
|
||||
<ProjectReference Include="..\foundation\ThingsGateway.Foundation\src\ThingsGateway.Foundation.csproj" />
|
||||
<ProjectReference Include="..\ThingsGateway.Components\ThingsGateway.Components.csproj" />
|
||||
<ProjectReference Include="..\ThingsGateway.Core\ThingsGateway.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user