yl
2022-08-15 8683c4747c8643791f6e01118d7020aab8983f9a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Web;
 
namespace VueWebApi.Tools
{
    public class GridMessage
    {
        public object recordset { get; set; }
    }
}