mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-12-27 14:45:41 +08:00
8 lines
162 B
C#
8 lines
162 B
C#
namespace OpenAuth.App.DTO
|
|
{
|
|
public class LoginRequest
|
|
{
|
|
public string UserName { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
} |