修改仓储
This commit is contained in:
+1
-2
@@ -1,12 +1,10 @@
|
||||
using System;
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using Microsoft.EntityFrameworkCore.ChangeTracking;
|
||||
using Microsoft.EntityFrameworkCore.ValueGeneration;
|
||||
|
||||
namespace IRaCIS.Core.Infra.EFCore.ValueGenerator
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// 上传监控 时间间隔存储 需要按照这个字段进行排序
|
||||
/// </summary>
|
||||
@@ -32,4 +30,5 @@ namespace IRaCIS.Core.Infra.EFCore.ValueGenerator
|
||||
}
|
||||
public override bool GeneratesTemporaryValues => false;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user