namespace ZhiYi.Core.Application.Dtos.Shared { /// /// 分享码删除定义 /// public class SharedDeleteDto { /// /// 分享码列表 /// public IEnumerable Codes { get; set; } } }