DongYing/DataServer/api/select_switching_room.cs

15 lines
282 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DataServer.api
{
public class select_switching_room
{
public string type { get; set; }
public string name { get; set; }
}
}