mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 03:33:53 +08:00
Update attachment.go
This commit is contained in:
@@ -39,7 +39,7 @@ type ViewRes struct {
|
|||||||
|
|
||||||
// EditReq 修改/新增
|
// EditReq 修改/新增
|
||||||
type EditReq struct {
|
type EditReq struct {
|
||||||
entity.AdminNotice
|
entity.SysAttachment
|
||||||
g.Meta `path:"/attachment/edit" method:"post" tags:"附件" summary:"修改/新增附件"`
|
g.Meta `path:"/attachment/edit" method:"post" tags:"附件" summary:"修改/新增附件"`
|
||||||
}
|
}
|
||||||
type EditRes struct{}
|
type EditRes struct{}
|
||||||
|
|||||||
Reference in New Issue
Block a user