修改仓储

This commit is contained in:
2022-04-22 14:30:34 +08:00
parent 666671f090
commit 41de69d7e4
6 changed files with 159 additions and 16 deletions
@@ -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;
}
}