成功写入Uesrs数据库表
This commit is contained in:
8
WorkStation.Server/Context/Entity/User.cs
Normal file
8
WorkStation.Server/Context/Entity/User.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace WorkStation.Server.Context.Entity
|
||||
{
|
||||
public class User : BaseEntity
|
||||
{
|
||||
public string? Account { get; set; }
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user