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