using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Azylee.YeahWeb.BaiDuWebAPI.dwz { /// /// 短网址请求模型 /// public class DwzRequestModel { /// /// 长网址 /// public string url { get; set; } } }