mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-25 12:46:40 +08:00
Update attachment.go
This commit is contained in:
parent
c7ab73e328
commit
ed17cd8bfa
@ -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{}
|
||||||
|
Loading…
Reference in New Issue
Block a user