namespace WZ
{
[System.Serializable]
public class RevenueData
public string name;
public int rate;
}