namespace YD_Event.Application.Config.Dtos; public class UpdateCustomConfigInput : AddCustomConfigInput { /// /// 配置id /// public long Id { get; set; } }