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