Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
6d4d84eb86 |
|
@ -16,8 +16,10 @@
|
||||||
|
|
||||||
package model
|
package model
|
||||||
|
|
||||||
|
import "encoding/json"
|
||||||
|
|
||||||
type ConfigItem struct {
|
type ConfigItem struct {
|
||||||
Id string `param:"id"`
|
Id json.Number `param:"id"`
|
||||||
DataId string `param:"dataId"`
|
DataId string `param:"dataId"`
|
||||||
Group string `param:"group"`
|
Group string `param:"group"`
|
||||||
Content string `param:"content"`
|
Content string `param:"content"`
|
||||||
|
|
Loading…
Reference in New Issue