using MediatR; using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FlexJobApi.Core { /// /// 删除菜单 /// [Resource([EnumResourceController.Menu])] public class DeleteMenuCommand : DeleteDataCommand { } }