챔피언

This commit is contained in:
chi
2023-05-30 11:03:12 +09:00
parent a74a47b582
commit 0da45cf931
32 changed files with 23256 additions and 1684 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class ReportUserData
{
public DateTime date { get; set; }
public string uid { get; set; }
public string uname { get; set; }
public double hrs { get; set; }
}