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