【新增】对象存储

This commit is contained in:
PandaGoAdmin
2022-01-13 17:48:45 +08:00
parent 2f4995753a
commit 9094780f40
25 changed files with 777 additions and 22 deletions

View File

@@ -81,7 +81,7 @@ func (p *{{.ClassName}}Api) Update{{.ClassName}}(rc *ctx.ReqCtx) {
var data entity.{{.ClassName}}
ginx.BindJsonAndValid(rc.GinCtx, &data)
p.{{.ClassName}}App.Update(post)
p.{{.ClassName}}App.Update(data)
}
// @Summary 删除{{.FunctionName}}