perf: nuget update (#72)

This commit is contained in:
2023-12-08 10:41:08 +08:00
committed by GitHub
parent 904df511b9
commit 3e6b8e6c35
6 changed files with 12 additions and 13 deletions

View File

@ -8,7 +8,6 @@ public sealed record DelReq : DelReq<long>;
/// <summary>
/// 请求:通过编号删除
/// </summary>
/// <typeparam name="T"></typeparam>
public record DelReq<T> : DataAbstraction, IFieldPrimary<T>
{
/// <inheritdoc cref="IFieldPrimary{T}.Id" />