Compare commits

...

1 Commits

Author SHA1 Message Date
realJackSun 6d4d84eb86 rewrite the Id in ConfigItem 2022-08-23 20:26:22 +08:00
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@
package model
import "encoding/json"
type ConfigItem struct {
Id string `param:"id"`
Id json.Number `param:"id"`
DataId string `param:"dataId"`
Group string `param:"group"`
Content string `param:"content"`