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