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