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