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