using System;
using System.Collections.Generic;
using System.Text;
namespace GxPress.Result.About
{
///
///
///
public class AboutResult
{
///
/// 关于
///
public string AboutUrl { get; set; }
///
/// 下载二维码
///
public string DownloadUrl { get; set; }
}
}