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