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