[fix] GetGridLayoutFields return 类型
This commit is contained in:
parent
657ceaa09d
commit
88ed380018
@ -29,4 +29,4 @@ type GridLayoutField struct {
|
||||
CreatedAt string `db:"created_at"`
|
||||
}
|
||||
|
||||
type GetGridLayoutFields func(uuid string) ([]GridLayoutField, bool)
|
||||
type GetGridLayoutFields func(uuid string) []GridLayoutField
|
||||
|
Loading…
Reference in New Issue
Block a user