mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-29 02:46:35 +08:00
feat: 前端升级至vue3,后端代码结构重构,新增权限管理相关功能
This commit is contained in:
7
server/sys/apis/form/form.go
Normal file
7
server/sys/apis/form/form.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package form
|
||||
|
||||
// 登录表单
|
||||
type LoginForm struct {
|
||||
Username string `valid:"Required"`
|
||||
Password string `valid:"Required"`
|
||||
}
|
||||
Reference in New Issue
Block a user