upgrade utils.ToMap

This commit is contained in:
Jay
2018-12-13 14:13:32 +08:00
parent dc51c7659b
commit 727e67fa5b
2 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type Commands struct {
// CommandsWithGroup -
type CommandsWithGroup struct {
Commands
Commands `cc:"-,<<"`
GroupName string `db:"group_name" cc:"group_name"`
}