mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-21 05:05:48 +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"`
|
|
}
|