fix
zhangqian
2023-10-26 9a3031e1a879af1fec2ea7ab88f33889d1e7679a
model/request/common.go
@@ -8,7 +8,3 @@
type GetById struct {
   ID uint `json:"id"` // 主键ID
}
type GetByUserId struct {
   UserId string `json:"userId"` // 用户ID
}