任务预任务,新增批量删除工嗯呢

This commit is contained in:
yang.lee
2023-12-15 10:50:53 +08:00
parent 6ce793ea5c
commit 1a5e38b9d9
5 changed files with 26 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
{
public class TaskBatchDelInput
{
public List<string> ids { get; set; }
}
}