yl
2023-02-27 adc65b06d255664c2f7b763aad04572d5a96ff46
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; }
    }
}