mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
11 lines
144 B
Go
11 lines
144 B
Go
package form
|
|
|
|
type ConfigForm struct {
|
|
Id int
|
|
Name string
|
|
Key string
|
|
Params string
|
|
Value string
|
|
Remark string `json:"remark"`
|
|
}
|