namespace HTEXGpt.Models { public class ChatResponseVO { /// /// @ApiModelProperty(value = "结果", notes = "结果") /// public string? result { get; set; } public int token { get; set; } } }