using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.Json.Serialization; using System.Threading.Tasks; namespace AipGateway.API.Domain.Models.Request { public class RequestStreamDel : RequestStream { public string comment { get; set; } = string.Empty; } }