namespace YiLiao.XinFeiTingZhen
{
public class BookPanelData
//序号
public int id;
//组
public string group;
//内容
public string txt;
}