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