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