fix
This commit is contained in:
parent
94a2e8f129
commit
d9ea10f541
|
@ -42,9 +42,9 @@ var ModuleTable map[string]string = map[string]string{
|
||||||
}
|
}
|
||||||
|
|
||||||
type InfoType struct {
|
type InfoType struct {
|
||||||
Id int64 `gorm:"id"`
|
Id int64 `json:"id"`
|
||||||
Module string `gorm:"module"`
|
Module string `json:"module"`
|
||||||
QueryData string `gorm:"querydata"`
|
QueryData map[string]any `json:"querydata"`
|
||||||
// CreateAt time.Time `json:"ctime"`
|
// CreateAt time.Time `json:"ctime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user