using System;
using System.Collections.Generic;
using System.Text;
namespace JianGongYun.TRTC.Models
{
public class ComboBoxEntity
public string Id { get; set; }
public string Text { get; set; }
}