LonglslandExhibitionCenter/DataService/api/get_full_switch.cs

16 lines
318 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataService.api
{
public class get_full_switch
{
public int code { get; set; }
public string msg { get; set; }
public List<data> data { get; set; }
}
}