邮件API

This commit is contained in:
2025-11-16 23:36:20 +08:00
parent 778abbdf60
commit df96071f34
43 changed files with 8986 additions and 19 deletions

View File

@@ -158,4 +158,11 @@ public class viewController {
return "file";
}
@GetMapping("/biz/system")
public String getSystem(Model model) {
return "system";
}
}