修复api自动入库获取列表的分组不正确的bug
This commit is contained in:
parent
5878ffe937
commit
890adbfa4e
|
@ -50,7 +50,7 @@ func CreateTemp(c *gin.Context) {
|
|||
{
|
||||
Path: "/" + a.Abbreviation + "/" + "get" + a.StructName + "List",
|
||||
Description: "获取" + a.StructName + "列表",
|
||||
ApiGroup: a.StructName,
|
||||
ApiGroup: a.Abbreviation,
|
||||
Method: "GET",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue