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