using System;
namespace Script.UI
{
public class SummaryInfo
//ID
public int id;
// 项目
public string team;
public string culture;
}