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