using System; using System.Collections.Generic; using System.Text; namespace GxPress.Request.App.WaitHandle { /// /// 删除待办事项 /// public class DeleteWaitHandleRequest { /// /// 待办事项ID /// public List Ids { get; set; } } }