Files
xinjiang/SGGL/Model/Statistics.cs
T

12 lines
158 B
C#
Raw Normal View History

2026-04-03 14:17:06 +08:00
using System;
namespace Model
{
public class Statistics
{
public string Title { get; set; }
public int Num { get; set; }
}
}