FlexJobApi.Core/Utils/DbUtils/DeleteDataCommand.cs
File was renamed from FlexJobApi.Core/Utils/DeleteUtils/DeleteCommand.cs @@ -10,9 +10,9 @@ /// <summary> /// 删除命令 /// </summary> public abstract class DeleteCommand public abstract class DeleteDataCommand { protected DeleteCommand() protected DeleteDataCommand() { Ids = []; }