Update attachment.go

This commit is contained in:
maxbad 2023-05-24 22:06:52 +08:00
parent 8582748eef
commit c7ab73e328

View File

@ -62,7 +62,7 @@ type MaxSortRes struct {
// StatusReq 更新状态
type StatusReq struct {
entity.AdminNotice
entity.SysAttachment
g.Meta `path:"/attachment/status" method:"post" tags:"附件" summary:"更新附件状态"`
}
type StatusRes struct{}