namespace Admin.NET.Plugin.GoView.Service.Dto; /// /// 获取 oss 上传接口输出 /// public class OssUrlOutput { /// /// bucket 地址 /// [JsonProperty("bucketURL")] public string BucketUrl { get; set; } }