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