sunpengfei
2025-08-12 860e1fe5396005cfcc3dd68e1b20cd3b35010e83
FlexJobApi.Core/Utils/DbUtils/DeleteDataCommand.cs
@@ -1,4 +1,5 @@
using System;
using MediatR;
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
@@ -10,7 +11,7 @@
    /// <summary>
    /// 删除命令
    /// </summary>
    public abstract class DeleteDataCommand
    public abstract class DeleteDataCommand : IRequest<int>
    {
        protected DeleteDataCommand()
        {