初始化
This commit is contained in:
15
DAL/New_Models/TbSysActiveUser.cs
Normal file
15
DAL/New_Models/TbSysActiveUser.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DAL.New_Models;
|
||||
|
||||
public partial class TbSysActiveUser
|
||||
{
|
||||
public long Id { get; set; }
|
||||
|
||||
public string Account { get; set; } = null!;
|
||||
|
||||
public string LoginIp { get; set; } = null!;
|
||||
|
||||
public string SessionId { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user