add: 登录

This commit is contained in:
jsh
2025-10-12 16:13:04 +08:00
parent 23ff4c814d
commit 68474c0c80
11 changed files with 188 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
package com.dota.nexus.entity;
public record LoginDTO(String username, String password) {
}