first commit
This commit is contained in:
13
DOAN.Model/System/Model/Dto/StatiLoginLogDto.cs
Normal file
13
DOAN.Model/System/Model/Dto/StatiLoginLogDto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DOAN.ServiceCore.Model.Dto
|
||||
{
|
||||
public class StatiLoginLogDto
|
||||
{
|
||||
/// <summary>
|
||||
/// 去重数据
|
||||
/// </summary>
|
||||
public int DeRepeatNum { get; set; }
|
||||
public int Num { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public string WeekName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user