NewGaoKaoApi/New_College.Model/ViewModels/Query/TestQuery.cs

20 lines
280 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.ViewModels
{
public class TestQuery
{
}
public class IntellectJson
{
public string name { get; set; }
public int value { get; set; }
}
}