重构项目结构,移除Assignment相关功能,优化Submission模块
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
This commit is contained in:
8
Entities/DTO/Authentication/RefreshTokenDto.cs
Normal file
8
Entities/DTO/Authentication/RefreshTokenDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Entities.DTO
|
||||
{
|
||||
public class RefreshTokenDto
|
||||
{
|
||||
public string? Token { get; set; }
|
||||
public string? RefreshToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user