sunpengfei
2025-08-08 cd967e892418733e0bf4878c26f0cdb60c958120
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()
        {