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