using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using TEAMModelOS.SDK.Extension.DataResult.JsonRpcRequest; namespace WebTest.JsonRPC { public class JosnRPCReq : BaseJosnRPCRequest { public T @params { get; set; } } }