namespace Sharing.DaoShu110 { public interface IApiResultR : IApiResultR { /// /// Gets or sets the result. /// /// The result. T rdata { get; set; } } }