mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-28 02:16:35 +08:00
feat: 新增系统全局配置&修改账号密码
This commit is contained in:
9
server/internal/sys/api/form/config.go
Normal file
9
server/internal/sys/api/form/config.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package form
|
||||
|
||||
type ConfigForm struct {
|
||||
Id int
|
||||
Name string `binding:"required"`
|
||||
Key string `binding:"required"`
|
||||
Value string
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
Reference in New Issue
Block a user