Update attachment.go

This commit is contained in:
maxbad
2023-05-24 22:07:33 +08:00
parent c7ab73e328
commit ed17cd8bfa

View File

@@ -39,7 +39,7 @@ type ViewRes struct {
// EditReq 修改/新增
type EditReq struct {
entity.AdminNotice
entity.SysAttachment
g.Meta `path:"/attachment/edit" method:"post" tags:"附件" summary:"修改/新增附件"`
}
type EditRes struct{}