sunpengfei
2025-08-21 8e2a25b07e8d4d003c61c8f7b9ee5e5e542371b4
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()
        {