xinjiang/SGGL/Model/Statistics.cs

12 lines
158 B
C#

using System;
namespace Model
{
public class Statistics
{
public string Title { get; set; }
public int Num { get; set; }
}
}